Color Hex Logo

#f9d76a Color Hex

#F9D76A
(249,215,106)
0 Favorites   0 Comments

Color spaces of #f9d76a

RGB 249215106
HSL0.130.920.70
HSV46°57°98°
CMYK 0.000.140.57   0.02
XYZ65.968969.781223.6279
Yxy69.78120.41390.4378
Hunter Lab83.5351-5.222541.7044
CIE-Lab86.8894-0.795057.2102

#f9d76a color RGB value is (249,215,106).

#f9d76a hex color red value is 249, green value is 215 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f9d76a hue: 0.13 , saturation: 0.92 and the lightness value of f9d76a is 0.70.

The process color (four color CMYK) of #f9d76a color hex is 0.00, 0.14, 0.57, 0.02. Web safe color of #f9d76a is #ffcc66. Color #f9d76a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11010111 01101010
Octal 371 327 152
Decimal 249 215 106
Hex F9 D7 6A

RGB Percentages of Color #f9d76a

%43.68
%37.72
%18.60

CMYK Percentages of Color #f9d76a

%0
%14
%57
%2

Triadic Colors of #f9d76a

#f9d76a #6af9d7 #d76af9

Analogous Colors of #f9d76a

#f9d76a #d4f96a #f9906a

Monochromatic Colors of #f9d76a

#f9d76a

Complementary Color

#f9d76a #6a8cf9

#f9d76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9d76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9d76a Color CSS Codes

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

#f9d76a Text Font Color

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

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


#f9d76a Background Color

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

This div background color is #f9d76a


#f9d76a Border Color

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

This div border color is #f9d76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9d76a


Comments

No comments written yet.

Please login to write comment.