Color Hex Logo

#f9640f Color Hex

#F9640F
(249,100,15)
0 Favorites   0 Comments

Color spaces of #f9640f

RGB 24910015
HSL0.060.950.52
HSV22°94°98°
CMYK 0.000.600.94   0.02
XYZ43.710329.28863.8014
Yxy29.28860.56910.3814
Hunter Lab54.118949.461133.7186
CIE-Lab61.035553.889367.4529

#f9640f color RGB value is (249,100,15).

#f9640f hex color red value is 249, green value is 100 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f9640f hue: 0.06 , saturation: 0.95 and the lightness value of f9640f is 0.52.

The process color (four color CMYK) of #f9640f color hex is 0.00, 0.60, 0.94, 0.02. Web safe color of #f9640f is #ff6600. Color #f9640f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 00001111
Octal 371 144 17
Decimal 249 100 15
Hex F9 64 F

RGB Percentages of Color #f9640f

%68.41
%27.47
%4.12

CMYK Percentages of Color #f9640f

%0
%60
%94
%2

Triadic Colors of #f9640f

#f9640f #0ff964 #640ff9

Analogous Colors of #f9640f

#f9640f #f9d90f #f90f2f

Monochromatic Colors of #f9640f

#f9640f

Complementary Color

#f9640f #0fa4f9

#f9640f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9640f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9640f Color CSS Codes

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

#f9640f Text Font Color

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

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


#f9640f Background Color

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

This div background color is #f9640f


#f9640f Border Color

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

This div border color is #f9640f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9640f


Comments

No comments written yet.

Please login to write comment.