Color Hex Logo

#f0991f Color Hex

#F0991F
(240,153,31)
0 Favorites   0 Comments

Color spaces of #f0991f

RGB 24015331
HSL0.100.870.53
HSV35°87°94°
CMYK 0.000.360.87   0.06
XYZ47.573741.40676.7812
Yxy41.40670.49680.4324
Hunter Lab64.348019.359338.7955
CIE-Lab70.459924.317869.7922

#f0991f color RGB value is (240,153,31).

#f0991f hex color red value is 240, green value is 153 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f0991f hue: 0.10 , saturation: 0.87 and the lightness value of f0991f is 0.53.

The process color (four color CMYK) of #f0991f color hex is 0.00, 0.36, 0.87, 0.06. Web safe color of #f0991f is #ff9933. Color #f0991f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011001 00011111
Octal 360 231 37
Decimal 240 153 31
Hex F0 99 1F

RGB Percentages of Color #f0991f

%56.60
%36.08
%7.31

CMYK Percentages of Color #f0991f

%0
%36
%87
%6

Triadic Colors of #f0991f

#f0991f #1ff099 #991ff0

Analogous Colors of #f0991f

#f0991f #dff01f #f0311f

Monochromatic Colors of #f0991f

#f0991f

Complementary Color

#f0991f #1f76f0

#f0991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0991f Color CSS Codes

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

#f0991f Text Font Color

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

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


#f0991f Background Color

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

This div background color is #f0991f


#f0991f Border Color

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

This div border color is #f0991f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0991f


Comments

No comments written yet.

Please login to write comment.