color codes Logo

#f9af7c color codes

#F9AF7C
(249,175,124)
0 Favorites   0 Comments

Color spaces of #f9af7c

RGB 249175124
HSL0.070.910.73
HSV24°50°98°
CMYK 0.000.300.50   0.02
XYZ58.035052.254926.0962
Yxy52.25490.42550.3831
Hunter Lab72.287616.802929.1973
CIE-Lab77.433021.455136.8587

#f9af7c color RGB value is (249,175,124).

#f9af7c hex color red value is 249, green value is 175 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #f9af7c hue: 0.07 , saturation: 0.91 and the lightness value of f9af7c is 0.73.

The process color (four color CMYK) of #f9af7c color code is 0.00, 0.30, 0.50, 0.02. Web safe color of #f9af7c is #ff9966. Color #f9af7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101111 01111100
Octal 371 257 174
Decimal 249 175 124
Hex F9 AF 7C

RGB Percentages of Color #f9af7c

%45.44
%31.93
%22.63

CMYK Percentages of Color #f9af7c

%0
%30
%50
%2

Triadic Colors of #f9af7c

#f9af7c #7cf9af #af7cf9

Analogous Colors of #f9af7c

#f9af7c #f9ee7c #f97c88

Monochromatic Colors of #f9af7c

#f9af7c

Complementary Color

#f9af7c #7cc6f9

#f9af7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9af7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9af7c Color CSS Codes

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

#f9af7c Text Font Color

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

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


#f9af7c Background Color

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

This div background color is #f9af7c


#f9af7c Border Color

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

This div border color is #f9af7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9af7c


Comments

No comments written yet.

Please login to write comment.