Shades of Peach-Orange #F6C897
Tints of Peach-Orange #F6C897
RGB
CMYK
RGB Variations
Color information
#F6C897 (or 0xF6C897) is known color: Peach-Orange. HEX triplet: F6, C8 and 97. RGB value is (246,200,151). Sum of RGB (Red+Green+Blue) = 246+200+151=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C897 is #093768. Grayscale: #D0D0D0. Windows color (decimal): -604009 or 9947382. OLE color: 9947382.
HSL color Cylindrical-coordinate representation of color #F6C897: hue angle of 30.95º 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 #F6C897 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 151 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.04 |
| HSL | 30.95º | 0.84% | 0.78% | - |
| HSV(B) | 30.95º | 0.39% | 0.96% | - |
| XYZ | 64.25 | 63.14 | 38.08 | - |
| YUV | 208.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 151 | 0 | 0.19 | 0.39 | 0.04 | 30.95 | 0.84 | 0.78 |
| Hex | F6 | C8 | 97 | 0 | 13 | 27 | 4 | 1F | 54 | 4E |
| Octal | 366 | 310 | 227 | 0 | 23 | 47 | 4 | 37 | 124 | 116 |
| Binary | 11110110 | 11001000 | 10010111 | 0 | 10011 | 100111 | 100 | 11111 | 1010100 | 1001110 |
Color Harmonies of #F6C897
Complementary color
Monochromatic Colors of #F6C897
Black with #F6C897
Text Example
Text Example
White with #F6C897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C897; }
p { color: rgb(246,200,151); }
H1.HeaderClassName
{
color: #F6C897;
}
.AnyTagClassName
{
color: #F6C897;
}
</style>
background-color css
<style>
a { background-color: #F6C897; }
a { background-color: rgb(246,200,151); }
div.DivClassName
{
background-color: #F6C897;
}
.BgClassName
{
background-color: #F6C897;
}
</style>
border-color css
<style>
span { border-color: #F6C897; }
span { border-color: rgb(246,200,151); }
td.TdClassName
{
border-color: #F6C897;
}
.TagClassName
{
border-color: #F6C897;
}
</style>