Color Hex Logo

#f9d04b Color Hex

#F9D04B
(249,208,75)
0 Favorites   0 Comments

Color spaces of #f9d04b

RGB 24920875
HSL0.130.940.64
HSV46°70°98°
CMYK 0.000.160.70   0.02
XYZ62.892865.759516.0347
Yxy65.75950.43470.4545
Hunter Lab81.0922-3.471945.0409
CIE-Lab84.87360.903368.3039

#f9d04b color RGB value is (249,208,75).

#f9d04b hex color red value is 249, green value is 208 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f9d04b hue: 0.13 , saturation: 0.94 and the lightness value of f9d04b is 0.64.

The process color (four color CMYK) of #f9d04b color hex is 0.00, 0.16, 0.70, 0.02. Web safe color of #f9d04b is #ffcc33. Color #f9d04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11010000 01001011
Octal 371 320 113
Decimal 249 208 75
Hex F9 D0 4B

RGB Percentages of Color #f9d04b

%46.80
%39.10
%14.10

CMYK Percentages of Color #f9d04b

%0
%16
%70
%2

Triadic Colors of #f9d04b

#f9d04b #4bf9d0 #d04bf9

Analogous Colors of #f9d04b

#f9d04b #cbf94b #f9794b

Monochromatic Colors of #f9d04b

#f9d04b

Complementary Color

#f9d04b #4b74f9

#f9d04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9d04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9d04b Color CSS Codes

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

#f9d04b Text Font Color

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

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


#f9d04b Background Color

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

This div background color is #f9d04b


#f9d04b Border Color

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

This div border color is #f9d04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9d04b

Related Colors


Comments

No comments written yet.

Please login to write comment.