Shades of Peach-Yellow #F7E0AE
Tints of Peach-Yellow #F7E0AE
RGB
CMYK
RGB Variations
Color information
#F7E0AE (or 0xF7E0AE) is known color: Peach-Yellow. HEX triplet: F7, E0 and AE. RGB value is (247,224,174). Sum of RGB (Red+Green+Blue) = 247+224+174=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E0AE is #081F51. Grayscale: #E1E1E1. Windows color (decimal): -532306 or 11460855. OLE color: 11460855.
HSL color Cylindrical-coordinate representation of color #F7E0AE: hue angle of 41.1º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7E0AE is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 174 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.03 |
| HSL | 41.1º | 0.82% | 0.83% | - |
| HSV(B) | 41.1º | 0.3% | 0.97% | - |
| XYZ | 72.65 | 76.14 | 50.91 | - |
| YUV | 225.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 174 | 0 | 0.09 | 0.30 | 0.03 | 41.1 | 0.82 | 0.83 |
| Hex | F7 | E0 | AE | 0 | 9 | 1E | 3 | 29 | 52 | 53 |
| Octal | 367 | 340 | 256 | 0 | 11 | 36 | 3 | 51 | 122 | 123 |
| Binary | 11110111 | 11100000 | 10101110 | 0 | 1001 | 11110 | 11 | 101001 | 1010010 | 1010011 |
Color Harmonies of #F7E0AE
Complementary color
Monochromatic Colors of #F7E0AE
Black with #F7E0AE
Text Example
Text Example
White with #F7E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0AE; }
p { color: rgb(247,224,174); }
H1.HeaderClassName
{
color: #F7E0AE;
}
.AnyTagClassName
{
color: #F7E0AE;
}
</style>
background-color css
<style>
a { background-color: #F7E0AE; }
a { background-color: rgb(247,224,174); }
div.DivClassName
{
background-color: #F7E0AE;
}
.BgClassName
{
background-color: #F7E0AE;
}
</style>
border-color css
<style>
span { border-color: #F7E0AE; }
span { border-color: rgb(247,224,174); }
td.TdClassName
{
border-color: #F7E0AE;
}
.TagClassName
{
border-color: #F7E0AE;
}
</style>