Color Hex Logo

#f0872a Color Hex

#F0872A
(240,135,42)
0 Favorites   0 Comments

Color spaces of #f0872a

RGB 24013542
HSL0.080.870.55
HSV28°83°94°
CMYK 0.000.440.83   0.06
XYZ45.017136.02046.7705
Yxy36.02040.51270.4102
Hunter Lab60.017028.858235.3234
CIE-Lab66.535533.990763.0676

#f0872a color RGB value is (240,135,42).

#f0872a hex color red value is 240, green value is 135 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f0872a hue: 0.08 , saturation: 0.87 and the lightness value of f0872a is 0.55.

The process color (four color CMYK) of #f0872a color hex is 0.00, 0.44, 0.83, 0.06. Web safe color of #f0872a is #ff9933. Color #f0872a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000111 00101010
Octal 360 207 52
Decimal 240 135 42
Hex F0 87 2A

RGB Percentages of Color #f0872a

%57.55
%32.37
%10.07

CMYK Percentages of Color #f0872a

%0
%44
%83
%6

Triadic Colors of #f0872a

#f0872a #2af087 #872af0

Analogous Colors of #f0872a

#f0872a #f0ea2a #f02a30

Monochromatic Colors of #f0872a

#f0872a

Complementary Color

#f0872a #2a93f0

#f0872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0872a Color CSS Codes

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

#f0872a Text Font Color

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

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


#f0872a Background Color

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

This div background color is #f0872a


#f0872a Border Color

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

This div border color is #f0872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0872a


Comments

No comments written yet.

Please login to write comment.