Shades of Peach-Yellow #F5D8AC
Tints of Peach-Yellow #F5D8AC
RGB
CMYK
RGB Variations
Color information
#F5D8AC (or 0xF5D8AC) is known color: Peach-Yellow. HEX triplet: F5, D8 and AC. RGB value is (245,216,172). Sum of RGB (Red+Green+Blue) = 245+216+172=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D8AC is #0A2753. Grayscale: #DBDBDB. Windows color (decimal): -665428 or 11327733. OLE color: 11327733.
HSL color Cylindrical-coordinate representation of color #F5D8AC: hue angle of 36.16º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5D8AC is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 172 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.04 |
| HSL | 36.16º | 0.78% | 0.82% | - |
| HSV(B) | 36.16º | 0.3% | 0.96% | - |
| XYZ | 69.66 | 71.5 | 49.16 | - |
| YUV | 219.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 172 | 0 | 0.12 | 0.30 | 0.04 | 36.16 | 0.78 | 0.82 |
| Hex | F5 | D8 | AC | 0 | C | 1E | 4 | 24 | 4E | 52 |
| Octal | 365 | 330 | 254 | 0 | 14 | 36 | 4 | 44 | 116 | 122 |
| Binary | 11110101 | 11011000 | 10101100 | 0 | 1100 | 11110 | 100 | 100100 | 1001110 | 1010010 |
Color Harmonies of #F5D8AC
Complementary color
Monochromatic Colors of #F5D8AC
Black with #F5D8AC
Text Example
Text Example
White with #F5D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D8AC; }
p { color: rgb(245,216,172); }
H1.HeaderClassName
{
color: #F5D8AC;
}
.AnyTagClassName
{
color: #F5D8AC;
}
</style>
background-color css
<style>
a { background-color: #F5D8AC; }
a { background-color: rgb(245,216,172); }
div.DivClassName
{
background-color: #F5D8AC;
}
.BgClassName
{
background-color: #F5D8AC;
}
</style>
border-color css
<style>
span { border-color: #F5D8AC; }
span { border-color: rgb(245,216,172); }
td.TdClassName
{
border-color: #F5D8AC;
}
.TagClassName
{
border-color: #F5D8AC;
}
</style>