Shades of Peach-Orange #F7CA96
Tints of Peach-Orange #F7CA96
RGB
CMYK
RGB Variations
Color information
#F7CA96 (or 0xF7CA96) is known color: Peach-Orange. HEX triplet: F7, CA and 96. RGB value is (247,202,150). Sum of RGB (Red+Green+Blue) = 247+202+150=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CA96 is #083569. Grayscale: #D1D1D1. Windows color (decimal): -537962 or 9882359. OLE color: 9882359.
HSL color Cylindrical-coordinate representation of color #F7CA96: hue angle of 32.16º 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 #F7CA96 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 150 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.03 |
| HSL | 32.16º | 0.86% | 0.78% | - |
| HSV(B) | 32.16º | 0.39% | 0.97% | - |
| XYZ | 64.98 | 64.22 | 37.82 | - |
| YUV | 209.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 150 | 0 | 0.18 | 0.39 | 0.03 | 32.16 | 0.86 | 0.78 |
| Hex | F7 | CA | 96 | 0 | 12 | 27 | 3 | 20 | 56 | 4E |
| Octal | 367 | 312 | 226 | 0 | 22 | 47 | 3 | 40 | 126 | 116 |
| Binary | 11110111 | 11001010 | 10010110 | 0 | 10010 | 100111 | 11 | 100000 | 1010110 | 1001110 |
Color Harmonies of #F7CA96
Complementary color
Monochromatic Colors of #F7CA96
Black with #F7CA96
Text Example
Text Example
White with #F7CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CA96; }
p { color: rgb(247,202,150); }
H1.HeaderClassName
{
color: #F7CA96;
}
.AnyTagClassName
{
color: #F7CA96;
}
</style>
background-color css
<style>
a { background-color: #F7CA96; }
a { background-color: rgb(247,202,150); }
div.DivClassName
{
background-color: #F7CA96;
}
.BgClassName
{
background-color: #F7CA96;
}
</style>
border-color css
<style>
span { border-color: #F7CA96; }
span { border-color: rgb(247,202,150); }
td.TdClassName
{
border-color: #F7CA96;
}
.TagClassName
{
border-color: #F7CA96;
}
</style>