#F9DCAF

Color #F9DCAF Peach-Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Yellow #F9DCAF

Tints of Peach-Yellow #F9DCAF

Color information

#F9DCAF (or 0xF9DCAF) is unknown color: approx Peach-Yellow. HEX triplet: F9, DC and AF. RGB value is (249,220,175). Sum of RGB (Red+Green+Blue) = 249+220+175=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DCAF is #062350. Grayscale: #DFDFDF. Windows color (decimal): -402257 or 11525369. OLE color: 11525369.

HSL color Cylindrical-coordinate representation of color #F9DCAF: hue angle of 36.49º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9DCAF is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249220175-
CMYK00.120.300.02
HSL36.49º86.05%83.14%-
HSV(B)36.49º29.72%97.65%-
XYZ72.474.4251.11-
YUV223.54100.61146.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 38.66%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 175 (68.75% from 255) = 27.17%
R=38.66%
G=34.16%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922017500.120.300.0236.4986.0583.14
HexF9DCAF0C1E2245653
Octal37133425701436244126123
Binary11111001110111001010111101100111101010010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCAF; }

 p { color: rgb(249,220,175); }

 H1.HeaderClassName
 {
   color: #F9DCAF;
 }
 .AnyTagClassName
 {
   color: #F9DCAF;
 }
</style>
background-color css

<style>
 a { background-color: #F9DCAF; }

 a { background-color: rgb(249,220,175); }

 div.DivClassName
 {
   background-color: #F9DCAF;
 }
 .BgClassName
 {
   background-color: #F9DCAF;
 }
</style>
border-color css

<style>
 span { border-color: #F9DCAF; }

 span { border-color: rgb(249,220,175); }

 td.TdClassName
 {
   border-color: #F9DCAF;
 }
 .TagClassName
 {
   border-color: #F9DCAF;
 }
</style>