Shades of Peach-Yellow #F9E1AC
Tints of Peach-Yellow #F9E1AC
RGB
CMYK
RGB Variations
Color information
#F9E1AC (or 0xF9E1AC) is known color: Peach-Yellow. HEX triplet: F9, E1 and AC. RGB value is (249,225,172). Sum of RGB (Red+Green+Blue) = 249+225+172=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E1AC is #061E53. Grayscale: #E2E2E2. Windows color (decimal): -400980 or 11330041. OLE color: 11330041.
HSL color Cylindrical-coordinate representation of color #F9E1AC: hue angle of 41.3º degrees, saturation: 0.87, 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 #F9E1AC is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 172 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.02 |
| HSL | 41.3º | 0.87% | 0.83% | - |
| HSV(B) | 41.3º | 0.31% | 0.98% | - |
| XYZ | 73.44 | 76.97 | 50.02 | - |
| YUV | 226.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 172 | 0 | 0.10 | 0.31 | 0.02 | 41.3 | 0.87 | 0.83 |
| Hex | F9 | E1 | AC | 0 | A | 1F | 2 | 29 | 57 | 53 |
| Octal | 371 | 341 | 254 | 0 | 12 | 37 | 2 | 51 | 127 | 123 |
| Binary | 11111001 | 11100001 | 10101100 | 0 | 1010 | 11111 | 10 | 101001 | 1010111 | 1010011 |
Color Harmonies of #F9E1AC
Complementary color
Monochromatic Colors of #F9E1AC
Black with #F9E1AC
Text Example
Text Example
White with #F9E1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1AC; }
p { color: rgb(249,225,172); }
H1.HeaderClassName
{
color: #F9E1AC;
}
.AnyTagClassName
{
color: #F9E1AC;
}
</style>
background-color css
<style>
a { background-color: #F9E1AC; }
a { background-color: rgb(249,225,172); }
div.DivClassName
{
background-color: #F9E1AC;
}
.BgClassName
{
background-color: #F9E1AC;
}
</style>
border-color css
<style>
span { border-color: #F9E1AC; }
span { border-color: rgb(249,225,172); }
td.TdClassName
{
border-color: #F9E1AC;
}
.TagClassName
{
border-color: #F9E1AC;
}
</style>