Shades of Peach-Orange #F7C696
Tints of Peach-Orange #F7C696
RGB
CMYK
RGB Variations
Color information
#F7C696 (or 0xF7C696) is known color: Peach-Orange. HEX triplet: F7, C6 and 96. RGB value is (247,198,150). Sum of RGB (Red+Green+Blue) = 247+198+150=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C696 is #083969. Grayscale: #CFCFCF. Windows color (decimal): -538986 or 9881335. OLE color: 9881335.
HSL color Cylindrical-coordinate representation of color #F7C696: hue angle of 29.69º 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 #F7C696 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 150 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.03 |
| HSL | 29.69º | 0.86% | 0.78% | - |
| HSV(B) | 29.69º | 0.39% | 0.97% | - |
| XYZ | 64.06 | 62.36 | 37.52 | - |
| YUV | 207.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 150 | 0 | 0.20 | 0.39 | 0.03 | 29.69 | 0.86 | 0.78 |
| Hex | F7 | C6 | 96 | 0 | 14 | 27 | 3 | 1E | 56 | 4E |
| Octal | 367 | 306 | 226 | 0 | 24 | 47 | 3 | 36 | 126 | 116 |
| Binary | 11110111 | 11000110 | 10010110 | 0 | 10100 | 100111 | 11 | 11110 | 1010110 | 1001110 |
Color Harmonies of #F7C696
Complementary color
Monochromatic Colors of #F7C696
Black with #F7C696
Text Example
Text Example
White with #F7C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C696; }
p { color: rgb(247,198,150); }
H1.HeaderClassName
{
color: #F7C696;
}
.AnyTagClassName
{
color: #F7C696;
}
</style>
background-color css
<style>
a { background-color: #F7C696; }
a { background-color: rgb(247,198,150); }
div.DivClassName
{
background-color: #F7C696;
}
.BgClassName
{
background-color: #F7C696;
}
</style>
border-color css
<style>
span { border-color: #F7C696; }
span { border-color: rgb(247,198,150); }
td.TdClassName
{
border-color: #F7C696;
}
.TagClassName
{
border-color: #F7C696;
}
</style>