Shades of Peach-Orange #F7CA98
Tints of Peach-Orange #F7CA98
RGB
CMYK
RGB Variations
Color information
#F7CA98 (or 0xF7CA98) is known color: Peach-Orange. HEX triplet: F7, CA and 98. RGB value is (247,202,152). Sum of RGB (Red+Green+Blue) = 247+202+152=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CA98 is #083567. Grayscale: #D1D1D1. Windows color (decimal): -537960 or 10013431. OLE color: 10013431.
HSL color Cylindrical-coordinate representation of color #F7CA98: hue angle of 31.58º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7CA98 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 152 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.03 |
| HSL | 31.58º | 0.86% | 0.78% | - |
| HSV(B) | 31.58º | 0.38% | 0.97% | - |
| XYZ | 65.15 | 64.28 | 38.68 | - |
| YUV | 209.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 152 | 0 | 0.18 | 0.38 | 0.03 | 31.58 | 0.86 | 0.78 |
| Hex | F7 | CA | 98 | 0 | 12 | 26 | 3 | 20 | 56 | 4E |
| Octal | 367 | 312 | 230 | 0 | 22 | 46 | 3 | 40 | 126 | 116 |
| Binary | 11110111 | 11001010 | 10011000 | 0 | 10010 | 100110 | 11 | 100000 | 1010110 | 1001110 |
Color Harmonies of #F7CA98
Complementary color
Monochromatic Colors of #F7CA98
Black with #F7CA98
Text Example
Text Example
White with #F7CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CA98; }
p { color: rgb(247,202,152); }
H1.HeaderClassName
{
color: #F7CA98;
}
.AnyTagClassName
{
color: #F7CA98;
}
</style>
background-color css
<style>
a { background-color: #F7CA98; }
a { background-color: rgb(247,202,152); }
div.DivClassName
{
background-color: #F7CA98;
}
.BgClassName
{
background-color: #F7CA98;
}
</style>
border-color css
<style>
span { border-color: #F7CA98; }
span { border-color: rgb(247,202,152); }
td.TdClassName
{
border-color: #F7CA98;
}
.TagClassName
{
border-color: #F7CA98;
}
</style>