color codes Logo

#fe753f color codes

#FE753F
(254,117,63)
0 Favorites   0 Comments

Color spaces of #fe753f

RGB 25411763
HSL0.050.990.62
HSV17°75°100°
CMYK 0.000.540.75   0.00
XYZ48.131534.15238.7579
Yxy34.15230.52870.3751
Hunter Lab58.440044.743732.0227
CIE-Lab65.083349.038653.4658

#fe753f color RGB value is (254,117,63).

#fe753f hex color red value is 254, green value is 117 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fe753f hue: 0.05 , saturation: 0.99 and the lightness value of fe753f is 0.62.

The process color (four color CMYK) of #fe753f color code is 0.00, 0.54, 0.75, 0.00. Web safe color of #fe753f is #ff6633. Color #fe753f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110101 00111111
Octal 376 165 77
Decimal 254 117 63
Hex FE 75 3F

RGB Percentages of Color #fe753f

%58.53
%26.96
%14.52

CMYK Percentages of Color #fe753f

%0
%54
%75
%0

Triadic Colors of #fe753f

#fe753f #3ffe75 #753ffe

Analogous Colors of #fe753f

#fe753f #fed53f #fe3f69

Monochromatic Colors of #fe753f

#fe753f

Complementary Color

#fe753f #3fc8fe

#fe753f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe753f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe753f Color CSS Codes

.mybgcolor {background-color:#fe753f; } 
.myforecolor {color:#fe753f; }
.mybordercolor {border:3px solid #fe753f; }

#fe753f Text Font Color

<p style="color:#fe753f">Text here</p>

This sample text font color is #fe753f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fe753f Background Color

<div style="background-color:#fe753f">
Div content here</div>

This div background color is #fe753f


#fe753f Border Color

<div style="border:3px solid #fe753f">
Div here</div>

This div border color is #fe753f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,117,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe753f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe753f;
  -webkit-box-shadow: 1px 1px 3px 2px #fe753f;
  box-shadow:         1px 1px 3px 2px #fe753f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,117,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fe753f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fe753f;
  -webkit-box-shadow: 1px 1px 3px 2px #fe753f;
  box-shadow:         1px 1px 3px 2px #fe753f;">
Div content here</div>

This div box has shadow with color #fe753f

Related Colors


Comments

No comments written yet.

Please login to write comment.