Shades of Peach-Yellow #F9E2AD
Tints of Peach-Yellow #F9E2AD
RGB
CMYK
RGB Variations
Color information
#F9E2AD (or 0xF9E2AD) is known color: Peach-Yellow. HEX triplet: F9, E2 and AD. RGB value is (249,226,173). Sum of RGB (Red+Green+Blue) = 249+226+173=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E2AD is #061D52. Grayscale: #E3E3E3. Windows color (decimal): -400723 or 11395833. OLE color: 11395833.
HSL color Cylindrical-coordinate representation of color #F9E2AD: hue angle of 41.84º 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 #F9E2AD is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 173 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.02 |
| HSL | 41.84º | 0.86% | 0.83% | - |
| HSV(B) | 41.84º | 0.31% | 0.98% | - |
| XYZ | 73.81 | 77.55 | 50.61 | - |
| YUV | 226.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 173 | 0 | 0.09 | 0.31 | 0.02 | 41.84 | 0.86 | 0.83 |
| Hex | F9 | E2 | AD | 0 | 9 | 1F | 2 | 2A | 56 | 53 |
| Octal | 371 | 342 | 255 | 0 | 11 | 37 | 2 | 52 | 126 | 123 |
| Binary | 11111001 | 11100010 | 10101101 | 0 | 1001 | 11111 | 10 | 101010 | 1010110 | 1010011 |
Color Harmonies of #F9E2AD
Complementary color
Monochromatic Colors of #F9E2AD
Black with #F9E2AD
Text Example
Text Example
White with #F9E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E2AD; }
p { color: rgb(249,226,173); }
H1.HeaderClassName
{
color: #F9E2AD;
}
.AnyTagClassName
{
color: #F9E2AD;
}
</style>
background-color css
<style>
a { background-color: #F9E2AD; }
a { background-color: rgb(249,226,173); }
div.DivClassName
{
background-color: #F9E2AD;
}
.BgClassName
{
background-color: #F9E2AD;
}
</style>
border-color css
<style>
span { border-color: #F9E2AD; }
span { border-color: rgb(249,226,173); }
td.TdClassName
{
border-color: #F9E2AD;
}
.TagClassName
{
border-color: #F9E2AD;
}
</style>