Shades of Peach-Yellow #F9E0AD
Tints of Peach-Yellow #F9E0AD
RGB
CMYK
RGB Variations
Color information
#F9E0AD (or 0xF9E0AD) is known color: Peach-Yellow. HEX triplet: F9, E0 and AD. RGB value is (249,224,173). Sum of RGB (Red+Green+Blue) = 249+224+173=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E0AD is #061F52. Grayscale: #E1E1E1. Windows color (decimal): -401235 or 11395321. OLE color: 11395321.
HSL color Cylindrical-coordinate representation of color #F9E0AD: hue angle of 40.26º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9E0AD is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 173 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.02 |
| HSL | 40.26º | 0.86% | 0.83% | - |
| HSV(B) | 40.26º | 0.31% | 0.98% | - |
| XYZ | 73.27 | 76.47 | 50.43 | - |
| YUV | 225.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 173 | 0 | 0.10 | 0.31 | 0.02 | 40.26 | 0.86 | 0.83 |
| Hex | F9 | E0 | AD | 0 | A | 1F | 2 | 28 | 56 | 53 |
| Octal | 371 | 340 | 255 | 0 | 12 | 37 | 2 | 50 | 126 | 123 |
| Binary | 11111001 | 11100000 | 10101101 | 0 | 1010 | 11111 | 10 | 101000 | 1010110 | 1010011 |
Color Harmonies of #F9E0AD
Complementary color
Monochromatic Colors of #F9E0AD
Black with #F9E0AD
Text Example
Text Example
White with #F9E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E0AD; }
p { color: rgb(249,224,173); }
H1.HeaderClassName
{
color: #F9E0AD;
}
.AnyTagClassName
{
color: #F9E0AD;
}
</style>
background-color css
<style>
a { background-color: #F9E0AD; }
a { background-color: rgb(249,224,173); }
div.DivClassName
{
background-color: #F9E0AD;
}
.BgClassName
{
background-color: #F9E0AD;
}
</style>
border-color css
<style>
span { border-color: #F9E0AD; }
span { border-color: rgb(249,224,173); }
td.TdClassName
{
border-color: #F9E0AD;
}
.TagClassName
{
border-color: #F9E0AD;
}
</style>