Color Hex Logo

#f9c90b Color Hex

#F9C90B
(249,201,11)
0 Favorites   0 Comments

Color spaces of #f9c90b

RGB 24920111
HSL0.130.950.51
HSV48°96°98°
CMYK 0.000.190.96   0.02
XYZ60.014061.93729.1086
Yxy61.93720.45790.4726
Hunter Lab78.7002-1.607548.2280
CIE-Lab82.88002.744483.0125

#f9c90b color RGB value is (249,201,11).

#f9c90b hex color red value is 249, green value is 201 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f9c90b hue: 0.13 , saturation: 0.95 and the lightness value of f9c90b is 0.51.

The process color (four color CMYK) of #f9c90b color hex is 0.00, 0.19, 0.96, 0.02. Web safe color of #f9c90b is #ffcc00. Color #f9c90b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001001 00001011
Octal 371 311 13
Decimal 249 201 11
Hex F9 C9 B

RGB Percentages of Color #f9c90b

%54.01
%43.60
%2.39

CMYK Percentages of Color #f9c90b

%0
%19
%96
%2

Triadic Colors of #f9c90b

#f9c90b #0bf9c9 #c90bf9

Analogous Colors of #f9c90b

#f9c90b #b2f90b #f9520b

Monochromatic Colors of #f9c90b

#f9c90b

Complementary Color

#f9c90b #0b3bf9

#f9c90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9c90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9c90b Color CSS Codes

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

#f9c90b Text Font Color

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

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


#f9c90b Background Color

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

This div background color is #f9c90b


#f9c90b Border Color

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

This div border color is #f9c90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9c90b

Related Colors


Comments

No comments written yet.

Please login to write comment.