color codes Logo

#f9d077 color codes

#F9D077
(249,208,119)
0 Favorites   0 Comments

Color spaces of #f9d077

RGB 249208119
HSL0.110.920.72
HSV41°52°98°
CMYK 0.000.160.52   0.02
XYZ64.952666.583426.8813
Yxy66.58340.41000.4203
Hunter Lab81.5987-0.711537.5870
CIE-Lab85.29313.800649.1771

#f9d077 color RGB value is (249,208,119).

#f9d077 hex color red value is 249, green value is 208 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f9d077 hue: 0.11 , saturation: 0.92 and the lightness value of f9d077 is 0.72.

The process color (four color CMYK) of #f9d077 color code is 0.00, 0.16, 0.52, 0.02. Web safe color of #f9d077 is #ffcc66. Color #f9d077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11010000 01110111
Octal 371 320 167
Decimal 249 208 119
Hex F9 D0 77

RGB Percentages of Color #f9d077

%43.23
%36.11
%20.66

CMYK Percentages of Color #f9d077

%0
%16
%52
%2

Triadic Colors of #f9d077

#f9d077 #77f9d0 #d077f9

Analogous Colors of #f9d077

#f9d077 #e1f977 #f98f77

Monochromatic Colors of #f9d077

#f9d077

Complementary Color

#f9d077 #77a0f9

#f9d077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9d077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9d077 Color CSS Codes

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

#f9d077 Text Font Color

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

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


#f9d077 Background Color

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

This div background color is #f9d077


#f9d077 Border Color

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

This div border color is #f9d077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9d077


Comments

No comments written yet.

Please login to write comment.