Color Hex Logo

#f08e22 Color Hex

#F08E22
(240,142,34)
0 Favorites   0 Comments

Color spaces of #f08e22

RGB 24014234
HSL0.090.870.54
HSV31°86°94°
CMYK 0.000.410.86   0.06
XYZ45.896937.98686.4265
Yxy37.98680.50820.4206
Hunter Lab61.633425.066036.9613
CIE-Lab68.010930.154066.9767

#f08e22 color RGB value is (240,142,34).

#f08e22 hex color red value is 240, green value is 142 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #f08e22 hue: 0.09 , saturation: 0.87 and the lightness value of f08e22 is 0.54.

The process color (four color CMYK) of #f08e22 color hex is 0.00, 0.41, 0.86, 0.06. Web safe color of #f08e22 is #ff9933. Color #f08e22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001110 00100010
Octal 360 216 42
Decimal 240 142 34
Hex F0 8E 22

RGB Percentages of Color #f08e22

%57.69
%34.13
%8.17

CMYK Percentages of Color #f08e22

%0
%41
%86
%6

Triadic Colors of #f08e22

#f08e22 #22f08e #8e22f0

Analogous Colors of #f08e22

#f08e22 #ebf022 #f02722

Monochromatic Colors of #f08e22

#f08e22

Complementary Color

#f08e22 #2284f0

#f08e22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08e22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08e22 Color CSS Codes

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

#f08e22 Text Font Color

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

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


#f08e22 Background Color

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

This div background color is #f08e22


#f08e22 Border Color

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

This div border color is #f08e22


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,142,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f08e22; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f08e22;
  -webkit-box-shadow: 1px 1px 3px 2px #f08e22;
  box-shadow:         1px 1px 3px 2px #f08e22; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,142,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08e22


Comments

No comments written yet.

Please login to write comment.