Shades of Peach-Yellow #F9DCAF
Tints of Peach-Yellow #F9DCAF
RGB
CMYK
RGB Variations
Color information
#F9DCAF (or 0xF9DCAF) is known color: 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
| RGB | 249 | 220 | 175 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.02 |
| HSL | 36.49º | 0.86% | 0.83% | - |
| HSV(B) | 36.49º | 0.3% | 0.98% | - |
| XYZ | 72.4 | 74.42 | 51.11 | - |
| YUV | 223.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 175 | 0 | 0.12 | 0.30 | 0.02 | 36.49 | 0.86 | 0.83 |
| Hex | F9 | DC | AF | 0 | C | 1E | 2 | 24 | 56 | 53 |
| Octal | 371 | 334 | 257 | 0 | 14 | 36 | 2 | 44 | 126 | 123 |
| Binary | 11111001 | 11011100 | 10101111 | 0 | 1100 | 11110 | 10 | 100100 | 1010110 | 1010011 |
Color Harmonies of #F9DCAF
Complementary color
Monochromatic Colors of #F9DCAF
Black with #F9DCAF
Text Example
Text Example
White with #F9DCAF
Text Example
Text Example
HTML Codes & Css Web 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>