Color Hex Logo

#f9d72f Color Hex

#F9D72F
(249,215,47)
0 Favorites   0 Comments

Color spaces of #f9d72f

RGB 24921547
HSL0.140.940.58
HSV50°81°98°
CMYK 0.000.140.81   0.02
XYZ63.880568.945912.6303
Yxy68.94590.43920.4740
Hunter Lab83.0337-7.983149.1049
CIE-Lab86.4773-3.740079.1453

#f9d72f color RGB value is (249,215,47).

#f9d72f hex color red value is 249, green value is 215 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f9d72f hue: 0.14 , saturation: 0.94 and the lightness value of f9d72f is 0.58.

The process color (four color CMYK) of #f9d72f color hex is 0.00, 0.14, 0.81, 0.02. Web safe color of #f9d72f is #ffcc33. Color #f9d72f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11010111 00101111
Octal 371 327 57
Decimal 249 215 47
Hex F9 D7 2F

RGB Percentages of Color #f9d72f

%48.73
%42.07
%9.20

CMYK Percentages of Color #f9d72f

%0
%14
%81
%2

Triadic Colors of #f9d72f

#f9d72f #2ff9d7 #d72ff9

Analogous Colors of #f9d72f

#f9d72f #b6f92f #f9722f

Monochromatic Colors of #f9d72f

#f9d72f

Complementary Color

#f9d72f #2f51f9

#f9d72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9d72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9d72f Color CSS Codes

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

#f9d72f Text Font Color

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

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


#f9d72f Background Color

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

This div background color is #f9d72f


#f9d72f Border Color

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

This div border color is #f9d72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9d72f


Comments

No comments written yet.

Please login to write comment.