color codes Logo

#f9861f color codes

#F9861F
(249,134,31)
0 Favorites   0 Comments

Color spaces of #f9861f

RGB 24913431
HSL0.080.950.55
HSV28°88°98°
CMYK 0.000.460.88   0.02
XYZ47.839337.28895.9724
Yxy37.28890.52510.4093
Hunter Lab61.064632.977536.9464
CIE-Lab67.493237.842867.9633

#f9861f color RGB value is (249,134,31).

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

The process color (four color CMYK) of #f9861f color code is 0.00, 0.46, 0.88, 0.02. Web safe color of #f9861f is #ff9933. Color #f9861f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000110 00011111
Octal 371 206 37
Decimal 249 134 31
Hex F9 86 1F

RGB Percentages of Color #f9861f

%60.14
%32.37
%7.49

CMYK Percentages of Color #f9861f

%0
%46
%88
%2

Triadic Colors of #f9861f

#f9861f #1ff986 #861ff9

Analogous Colors of #f9861f

#f9861f #f9f31f #f91f25

Monochromatic Colors of #f9861f

#f9861f

Complementary Color

#f9861f #1f92f9

#f9861f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9861f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9861f Color CSS Codes

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

#f9861f Text Font Color

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

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


#f9861f Background Color

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

This div background color is #f9861f


#f9861f Border Color

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

This div border color is #f9861f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,134,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9861f


Comments

No comments written yet.

Please login to write comment.