Color Hex Logo

#f9c470 Color Hex

#F9C470
(249,196,112)
0 Favorites   0 Comments

Color spaces of #f9c470

RGB 249196112
HSL0.100.920.71
HSV37°55°98°
CMYK 0.000.210.55   0.02
XYZ61.731560.789423.8092
Yxy60.78940.42190.4154
Hunter Lab77.96764.885736.4717
CIE-Lab82.26549.447248.9311

#f9c470 color RGB value is (249,196,112).

#f9c470 hex color red value is 249, green value is 196 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f9c470 hue: 0.10 , saturation: 0.92 and the lightness value of f9c470 is 0.71.

The process color (four color CMYK) of #f9c470 color hex is 0.00, 0.21, 0.55, 0.02. Web safe color of #f9c470 is #ffcc66. Color #f9c470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11000100 01110000
Octal 371 304 160
Decimal 249 196 112
Hex F9 C4 70

RGB Percentages of Color #f9c470

%44.70
%35.19
%20.11

CMYK Percentages of Color #f9c470

%0
%21
%55
%2

Triadic Colors of #f9c470

#f9c470 #70f9c4 #c470f9

Analogous Colors of #f9c470

#f9c470 #eaf970 #f98070

Monochromatic Colors of #f9c470

#f9c470

Complementary Color

#f9c470 #70a5f9

#f9c470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9c470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9c470 Color CSS Codes

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

#f9c470 Text Font Color

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

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


#f9c470 Background Color

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

This div background color is #f9c470


#f9c470 Border Color

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

This div border color is #f9c470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9c470


Comments

No comments written yet.

Please login to write comment.