Shades of Peach-Yellow #F5E0AD
Tints of Peach-Yellow #F5E0AD
RGB
CMYK
RGB Variations
Color information
#F5E0AD (or 0xF5E0AD) is known color: Peach-Yellow. HEX triplet: F5, E0 and AD. RGB value is (245,224,173). Sum of RGB (Red+Green+Blue) = 245+224+173=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E0AD is #0A1F52. Grayscale: #E0E0E0. Windows color (decimal): -663379 or 11395317. OLE color: 11395317.
HSL color Cylindrical-coordinate representation of color #F5E0AD: hue angle of 42.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5E0AD is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 173 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.04 |
| HSL | 42.5º | 0.78% | 0.82% | - |
| HSV(B) | 42.5º | 0.29% | 0.96% | - |
| XYZ | 71.85 | 75.74 | 50.37 | - |
| YUV | 224.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 173 | 0 | 0.09 | 0.29 | 0.04 | 42.5 | 0.78 | 0.82 |
| Hex | F5 | E0 | AD | 0 | 9 | 1D | 4 | 2A | 4E | 52 |
| Octal | 365 | 340 | 255 | 0 | 11 | 35 | 4 | 52 | 116 | 122 |
| Binary | 11110101 | 11100000 | 10101101 | 0 | 1001 | 11101 | 100 | 101010 | 1001110 | 1010010 |
Color Harmonies of #F5E0AD
Complementary color
Monochromatic Colors of #F5E0AD
Black with #F5E0AD
Text Example
Text Example
White with #F5E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0AD; }
p { color: rgb(245,224,173); }
H1.HeaderClassName
{
color: #F5E0AD;
}
.AnyTagClassName
{
color: #F5E0AD;
}
</style>
background-color css
<style>
a { background-color: #F5E0AD; }
a { background-color: rgb(245,224,173); }
div.DivClassName
{
background-color: #F5E0AD;
}
.BgClassName
{
background-color: #F5E0AD;
}
</style>
border-color css
<style>
span { border-color: #F5E0AD; }
span { border-color: rgb(245,224,173); }
td.TdClassName
{
border-color: #F5E0AD;
}
.TagClassName
{
border-color: #F5E0AD;
}
</style>