Shades of Peach-Yellow #F9E0AB
Tints of Peach-Yellow #F9E0AB
RGB
CMYK
RGB Variations
Color information
#F9E0AB (or 0xF9E0AB) is known color: Peach-Yellow. HEX triplet: F9, E0 and AB. RGB value is (249,224,171). Sum of RGB (Red+Green+Blue) = 249+224+171=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E0AB is #061F54. Grayscale: #E1E1E1. Windows color (decimal): -401237 or 11264249. OLE color: 11264249.
HSL color Cylindrical-coordinate representation of color #F9E0AB: hue angle of 40.77º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9E0AB is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 171 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.02 |
| HSL | 40.77º | 0.87% | 0.82% | - |
| HSV(B) | 40.77º | 0.31% | 0.98% | - |
| XYZ | 73.07 | 76.39 | 49.42 | - |
| YUV | 225.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 171 | 0 | 0.10 | 0.31 | 0.02 | 40.77 | 0.87 | 0.82 |
| Hex | F9 | E0 | AB | 0 | A | 1F | 2 | 29 | 57 | 52 |
| Octal | 371 | 340 | 253 | 0 | 12 | 37 | 2 | 51 | 127 | 122 |
| Binary | 11111001 | 11100000 | 10101011 | 0 | 1010 | 11111 | 10 | 101001 | 1010111 | 1010010 |
Color Harmonies of #F9E0AB
Complementary color
Monochromatic Colors of #F9E0AB
Black with #F9E0AB
Text Example
Text Example
White with #F9E0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E0AB; }
p { color: rgb(249,224,171); }
H1.HeaderClassName
{
color: #F9E0AB;
}
.AnyTagClassName
{
color: #F9E0AB;
}
</style>
background-color css
<style>
a { background-color: #F9E0AB; }
a { background-color: rgb(249,224,171); }
div.DivClassName
{
background-color: #F9E0AB;
}
.BgClassName
{
background-color: #F9E0AB;
}
</style>
border-color css
<style>
span { border-color: #F9E0AB; }
span { border-color: rgb(249,224,171); }
td.TdClassName
{
border-color: #F9E0AB;
}
.TagClassName
{
border-color: #F9E0AB;
}
</style>