Color Hex Logo

#f9bf07 Color Hex

#F9BF07
(249,191,7)
0 Favorites   0 Comments

Color spaces of #f9bf07

RGB 2491917
HSL0.130.950.50
HSV46°97°98°
CMYK 0.000.230.97   0.02
XYZ57.736157.41678.2405
Yxy57.41670.46790.4653
Hunter Lab75.77383.404546.5938
CIE-Lab80.41347.879181.6318

#f9bf07 color RGB value is (249,191,7).

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

The process color (four color CMYK) of #f9bf07 color hex is 0.00, 0.23, 0.97, 0.02. Web safe color of #f9bf07 is #ffcc00. Color #f9bf07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111111 00000111
Octal 371 277 7
Decimal 249 191 7
Hex F9 BF 7

RGB Percentages of Color #f9bf07

%55.70
%42.73
%1.57

CMYK Percentages of Color #f9bf07

%0
%23
%97
%2

Triadic Colors of #f9bf07

#f9bf07 #07f9bf #bf07f9

Analogous Colors of #f9bf07

#f9bf07 #baf907 #f94607

Monochromatic Colors of #f9bf07

#f9bf07

Complementary Color

#f9bf07 #0741f9

#f9bf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bf07 Color CSS Codes

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

#f9bf07 Text Font Color

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

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


#f9bf07 Background Color

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

This div background color is #f9bf07


#f9bf07 Border Color

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

This div border color is #f9bf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bf07


Comments

No comments written yet.

Please login to write comment.