Shades of Peach-Orange #F6C997
Tints of Peach-Orange #F6C997
RGB
CMYK
RGB Variations
Color information
#F6C997 (or 0xF6C997) is known color: Peach-Orange. HEX triplet: F6, C9 and 97. RGB value is (246,201,151). Sum of RGB (Red+Green+Blue) = 246+201+151=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C997 is #093668. Grayscale: #D1D1D1. Windows color (decimal): -603753 or 9947638. OLE color: 9947638.
HSL color Cylindrical-coordinate representation of color #F6C997: hue angle of 31.58º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6C997 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 151 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.04 |
| HSL | 31.58º | 0.84% | 0.78% | - |
| HSV(B) | 31.58º | 0.39% | 0.96% | - |
| XYZ | 64.48 | 63.6 | 38.16 | - |
| YUV | 208.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 151 | 0 | 0.18 | 0.39 | 0.04 | 31.58 | 0.84 | 0.78 |
| Hex | F6 | C9 | 97 | 0 | 12 | 27 | 4 | 20 | 54 | 4E |
| Octal | 366 | 311 | 227 | 0 | 22 | 47 | 4 | 40 | 124 | 116 |
| Binary | 11110110 | 11001001 | 10010111 | 0 | 10010 | 100111 | 100 | 100000 | 1010100 | 1001110 |
Color Harmonies of #F6C997
Complementary color
Monochromatic Colors of #F6C997
Black with #F6C997
Text Example
Text Example
White with #F6C997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C997; }
p { color: rgb(246,201,151); }
H1.HeaderClassName
{
color: #F6C997;
}
.AnyTagClassName
{
color: #F6C997;
}
</style>
background-color css
<style>
a { background-color: #F6C997; }
a { background-color: rgb(246,201,151); }
div.DivClassName
{
background-color: #F6C997;
}
.BgClassName
{
background-color: #F6C997;
}
</style>
border-color css
<style>
span { border-color: #F6C997; }
span { border-color: rgb(246,201,151); }
td.TdClassName
{
border-color: #F6C997;
}
.TagClassName
{
border-color: #F6C997;
}
</style>