Color Hex Logo

#f0862a Color Hex

#F0862A
(240,134,42)
0 Favorites   0 Comments

Color spaces of #f0862a

RGB 24013442
HSL0.080.870.55
HSV28°83°94°
CMYK 0.000.440.83   0.06
XYZ44.878235.74266.7242
Yxy35.74260.51380.4092
Hunter Lab59.785129.368635.1811
CIE-Lab66.322834.506462.8819

#f0862a color RGB value is (240,134,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 00101010
Octal 360 206 52
Decimal 240 134 42
Hex F0 86 2A

RGB Percentages of Color #f0862a

%57.69
%32.21
%10.10

CMYK Percentages of Color #f0862a

%0
%44
%83
%6

Triadic Colors of #f0862a

#f0862a #2af086 #862af0

Analogous Colors of #f0862a

#f0862a #f0e92a #f02a31

Monochromatic Colors of #f0862a

#f0862a

Complementary Color

#f0862a #2a94f0

#f0862a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0862a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0862a Color CSS Codes

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

#f0862a Text Font Color

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

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


#f0862a Background Color

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

This div background color is #f0862a


#f0862a Border Color

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

This div border color is #f0862a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,134,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 #f0862a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0862a


Comments

No comments written yet.

Please login to write comment.