Shades of Peach-Yellow #F7E2AF
Tints of Peach-Yellow #F7E2AF
RGB
CMYK
RGB Variations
Color information
#F7E2AF (or 0xF7E2AF) is known color: Peach-Yellow. HEX triplet: F7, E2 and AF. RGB value is (247,226,175). Sum of RGB (Red+Green+Blue) = 247+226+175=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E2AF is #081D50. Grayscale: #E2E2E2. Windows color (decimal): -531793 or 11526903. OLE color: 11526903.
HSL color Cylindrical-coordinate representation of color #F7E2AF: hue angle of 42.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7E2AF is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 175 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.03 |
| HSL | 42.5º | 0.82% | 0.83% | - |
| HSV(B) | 42.5º | 0.29% | 0.97% | - |
| XYZ | 73.29 | 77.26 | 51.61 | - |
| YUV | 226.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 175 | 0 | 0.09 | 0.29 | 0.03 | 42.5 | 0.82 | 0.83 |
| Hex | F7 | E2 | AF | 0 | 9 | 1D | 3 | 2A | 52 | 53 |
| Octal | 367 | 342 | 257 | 0 | 11 | 35 | 3 | 52 | 122 | 123 |
| Binary | 11110111 | 11100010 | 10101111 | 0 | 1001 | 11101 | 11 | 101010 | 1010010 | 1010011 |
Color Harmonies of #F7E2AF
Complementary color
Monochromatic Colors of #F7E2AF
Black with #F7E2AF
Text Example
Text Example
White with #F7E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E2AF; }
p { color: rgb(247,226,175); }
H1.HeaderClassName
{
color: #F7E2AF;
}
.AnyTagClassName
{
color: #F7E2AF;
}
</style>
background-color css
<style>
a { background-color: #F7E2AF; }
a { background-color: rgb(247,226,175); }
div.DivClassName
{
background-color: #F7E2AF;
}
.BgClassName
{
background-color: #F7E2AF;
}
</style>
border-color css
<style>
span { border-color: #F7E2AF; }
span { border-color: rgb(247,226,175); }
td.TdClassName
{
border-color: #F7E2AF;
}
.TagClassName
{
border-color: #F7E2AF;
}
</style>