Shades of Peach-Orange #F7C996
Tints of Peach-Orange #F7C996
RGB
CMYK
RGB Variations
Color information
#F7C996 (or 0xF7C996) is known color: Peach-Orange. HEX triplet: F7, C9 and 96. RGB value is (247,201,150). Sum of RGB (Red+Green+Blue) = 247+201+150=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C996 is #083669. Grayscale: #D1D1D1. Windows color (decimal): -538218 or 9882103. OLE color: 9882103.
HSL color Cylindrical-coordinate representation of color #F7C996: hue angle of 31.55º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7C996 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 201 | 150 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.03 |
| HSL | 31.55º | 0.86% | 0.78% | - |
| HSV(B) | 31.55º | 0.39% | 0.97% | - |
| XYZ | 64.75 | 63.75 | 37.75 | - |
| YUV | 208.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 201 | 150 | 0 | 0.19 | 0.39 | 0.03 | 31.55 | 0.86 | 0.78 |
| Hex | F7 | C9 | 96 | 0 | 13 | 27 | 3 | 20 | 56 | 4E |
| Octal | 367 | 311 | 226 | 0 | 23 | 47 | 3 | 40 | 126 | 116 |
| Binary | 11110111 | 11001001 | 10010110 | 0 | 10011 | 100111 | 11 | 100000 | 1010110 | 1001110 |
Color Harmonies of #F7C996
Complementary color
Monochromatic Colors of #F7C996
Black with #F7C996
Text Example
Text Example
White with #F7C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C996; }
p { color: rgb(247,201,150); }
H1.HeaderClassName
{
color: #F7C996;
}
.AnyTagClassName
{
color: #F7C996;
}
</style>
background-color css
<style>
a { background-color: #F7C996; }
a { background-color: rgb(247,201,150); }
div.DivClassName
{
background-color: #F7C996;
}
.BgClassName
{
background-color: #F7C996;
}
</style>
border-color css
<style>
span { border-color: #F7C996; }
span { border-color: rgb(247,201,150); }
td.TdClassName
{
border-color: #F7C996;
}
.TagClassName
{
border-color: #F7C996;
}
</style>