color codes Logo

#f9cc9a color codes

#F9CC9A
(249,204,154)
0 Favorites   0 Comments

Color spaces of #f9cc9a

RGB 249204154
HSL0.090.890.79
HSV32°38°98°
CMYK 0.000.180.38   0.02
XYZ66.492565.658639.7407
Yxy65.65860.38680.3820
Hunter Lab81.03004.673027.6426
CIE-Lab84.82209.284730.9015

#f9cc9a color RGB value is (249,204,154).

#f9cc9a hex color red value is 249, green value is 204 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f9cc9a hue: 0.09 , saturation: 0.89 and the lightness value of f9cc9a is 0.79.

The process color (four color CMYK) of #f9cc9a color code is 0.00, 0.18, 0.38, 0.02. Web safe color of #f9cc9a is #ffcc99. Color #f9cc9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001100 10011010
Octal 371 314 232
Decimal 249 204 154
Hex F9 CC 9A

RGB Percentages of Color #f9cc9a

%41.02
%33.61
%25.37

CMYK Percentages of Color #f9cc9a

%0
%18
%38
%2

Triadic Colors of #f9cc9a

#f9cc9a #9af9cc #cc9af9

Analogous Colors of #f9cc9a

#f9cc9a #f7f99a #f99d9a

Monochromatic Colors of #f9cc9a

#f9cc9a

Complementary Color

#f9cc9a #9ac7f9

#f9cc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cc9a Color CSS Codes

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

#f9cc9a Text Font Color

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

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


#f9cc9a Background Color

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

This div background color is #f9cc9a


#f9cc9a Border Color

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

This div border color is #f9cc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cc9a


Comments

No comments written yet.

Please login to write comment.