Shades of Peach-Yellow #F9E1AD
Tints of Peach-Yellow #F9E1AD
RGB
CMYK
RGB Variations
Color information
#F9E1AD (or 0xF9E1AD) is known color: Peach-Yellow. HEX triplet: F9, E1 and AD. RGB value is (249,225,173). Sum of RGB (Red+Green+Blue) = 249+225+173=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E1AD is #061E52. Grayscale: #E2E2E2. Windows color (decimal): -400979 or 11395577. OLE color: 11395577.
HSL color Cylindrical-coordinate representation of color #F9E1AD: hue angle of 41.05º 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 #F9E1AD is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 173 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.02 |
| HSL | 41.05º | 0.86% | 0.83% | - |
| HSV(B) | 41.05º | 0.31% | 0.98% | - |
| XYZ | 73.53 | 77.01 | 50.52 | - |
| YUV | 226.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 173 | 0 | 0.10 | 0.31 | 0.02 | 41.05 | 0.86 | 0.83 |
| Hex | F9 | E1 | AD | 0 | A | 1F | 2 | 29 | 56 | 53 |
| Octal | 371 | 341 | 255 | 0 | 12 | 37 | 2 | 51 | 126 | 123 |
| Binary | 11111001 | 11100001 | 10101101 | 0 | 1010 | 11111 | 10 | 101001 | 1010110 | 1010011 |
Color Harmonies of #F9E1AD
Complementary color
Monochromatic Colors of #F9E1AD
Black with #F9E1AD
Text Example
Text Example
White with #F9E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1AD; }
p { color: rgb(249,225,173); }
H1.HeaderClassName
{
color: #F9E1AD;
}
.AnyTagClassName
{
color: #F9E1AD;
}
</style>
background-color css
<style>
a { background-color: #F9E1AD; }
a { background-color: rgb(249,225,173); }
div.DivClassName
{
background-color: #F9E1AD;
}
.BgClassName
{
background-color: #F9E1AD;
}
</style>
border-color css
<style>
span { border-color: #F9E1AD; }
span { border-color: rgb(249,225,173); }
td.TdClassName
{
border-color: #F9E1AD;
}
.TagClassName
{
border-color: #F9E1AD;
}
</style>