Color Hex Logo

#f0c91f Color Hex

#F0C91F
(240,201,31)
0 Favorites   0 Comments

Color spaces of #f0c91f

RGB 24020131
HSL0.140.870.53
HSV49°87°94°
CMYK 0.000.160.87   0.06
XYZ57.069160.39759.9463
Yxy60.39750.44790.4740
Hunter Lab77.7158-4.924746.8130
CIE-Lab82.0538-0.828478.9847

#f0c91f color RGB value is (240,201,31).

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

The process color (four color CMYK) of #f0c91f color hex is 0.00, 0.16, 0.87, 0.06. Web safe color of #f0c91f is #ffcc33. Color #f0c91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001001 00011111
Octal 360 311 37
Decimal 240 201 31
Hex F0 C9 1F

RGB Percentages of Color #f0c91f

%50.85
%42.58
%6.57

CMYK Percentages of Color #f0c91f

%0
%16
%87
%6

Triadic Colors of #f0c91f

#f0c91f #1ff0c9 #c91ff0

Analogous Colors of #f0c91f

#f0c91f #aff01f #f0611f

Monochromatic Colors of #f0c91f

#f0c91f

Complementary Color

#f0c91f #1f46f0

#f0c91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0c91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0c91f Color CSS Codes

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

#f0c91f Text Font Color

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

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


#f0c91f Background Color

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

This div background color is #f0c91f


#f0c91f Border Color

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

This div border color is #f0c91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0c91f


Comments

No comments written yet.

Please login to write comment.