Color Hex Logo

#f9872a Color Hex

#F9872A
(249,135,42)
0 Favorites   0 Comments

Color spaces of #f9872a

RGB 24913542
HSL0.070.950.57
HSV27°83°98°
CMYK 0.000.460.83   0.02
XYZ48.148837.63496.9170
Yxy37.63490.51940.4060
Hunter Lab61.347332.739136.2581
CIE-Lab67.750737.589064.5953

#f9872a color RGB value is (249,135,42).

#f9872a hex color red value is 249, green value is 135 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f9872a hue: 0.07 , saturation: 0.95 and the lightness value of f9872a is 0.57.

The process color (four color CMYK) of #f9872a color hex is 0.00, 0.46, 0.83, 0.02. Web safe color of #f9872a is #ff9933. Color #f9872a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 00101010
Octal 371 207 52
Decimal 249 135 42
Hex F9 87 2A

RGB Percentages of Color #f9872a

%58.45
%31.69
%9.86

CMYK Percentages of Color #f9872a

%0
%46
%83
%2

Triadic Colors of #f9872a

#f9872a #2af987 #872af9

Analogous Colors of #f9872a

#f9872a #f9ef2a #f92a34

Monochromatic Colors of #f9872a

#f9872a

Complementary Color

#f9872a #2a9cf9

#f9872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9872a Color CSS Codes

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

#f9872a Text Font Color

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

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


#f9872a Background Color

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

This div background color is #f9872a


#f9872a Border Color

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

This div border color is #f9872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9872a


Comments

No comments written yet.

Please login to write comment.