color codes Logo

#fe724b color codes

#FE724B
(254,114,75)
0 Favorites   0 Comments

Color spaces of #fe724b

RGB 25411475
HSL0.040.990.65
HSV13°70°100°
CMYK 0.000.550.70   0.00
XYZ48.160433.613510.6063
Yxy33.61350.52130.3639
Hunter Lab57.977246.816229.7375
CIE-Lab64.654650.966047.0364

#fe724b color RGB value is (254,114,75).

#fe724b hex color red value is 254, green value is 114 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fe724b hue: 0.04 , saturation: 0.99 and the lightness value of fe724b is 0.65.

The process color (four color CMYK) of #fe724b color code is 0.00, 0.55, 0.70, 0.00. Web safe color of #fe724b is #ff6633. Color #fe724b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 01001011
Octal 376 162 113
Decimal 254 114 75
Hex FE 72 4B

RGB Percentages of Color #fe724b

%57.34
%25.73
%16.93

CMYK Percentages of Color #fe724b

%0
%55
%70
%0

Triadic Colors of #fe724b

#fe724b #4bfe72 #724bfe

Analogous Colors of #fe724b

#fe724b #fecc4b #fe4b7e

Monochromatic Colors of #fe724b

#fe724b

Complementary Color

#fe724b #4bd7fe

#fe724b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe724b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe724b Color CSS Codes

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

#fe724b Text Font Color

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

This sample text font color is #fe724b
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.


#fe724b Background Color

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

This div background color is #fe724b


#fe724b Border Color

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

This div border color is #fe724b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe724b


Comments

No comments written yet.

Please login to write comment.