Shades of Peach-Orange #F6C896
Tints of Peach-Orange #F6C896
RGB
CMYK
RGB Variations
Color information
#F6C896 (or 0xF6C896) is known color: Peach-Orange. HEX triplet: F6, C8 and 96. RGB value is (246,200,150). Sum of RGB (Red+Green+Blue) = 246+200+150=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C896 is #093769. Grayscale: #D0D0D0. Windows color (decimal): -604010 or 9881846. OLE color: 9881846.
HSL color Cylindrical-coordinate representation of color #F6C896: hue angle of 31.25º 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 #F6C896 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 150 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.04 |
| HSL | 31.25º | 0.84% | 0.78% | - |
| HSV(B) | 31.25º | 0.39% | 0.96% | - |
| XYZ | 64.17 | 63.1 | 37.65 | - |
| YUV | 208.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 150 | 0 | 0.19 | 0.39 | 0.04 | 31.25 | 0.84 | 0.78 |
| Hex | F6 | C8 | 96 | 0 | 13 | 27 | 4 | 1F | 54 | 4E |
| Octal | 366 | 310 | 226 | 0 | 23 | 47 | 4 | 37 | 124 | 116 |
| Binary | 11110110 | 11001000 | 10010110 | 0 | 10011 | 100111 | 100 | 11111 | 1010100 | 1001110 |
Color Harmonies of #F6C896
Complementary color
Monochromatic Colors of #F6C896
Black with #F6C896
Text Example
Text Example
White with #F6C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C896; }
p { color: rgb(246,200,150); }
H1.HeaderClassName
{
color: #F6C896;
}
.AnyTagClassName
{
color: #F6C896;
}
</style>
background-color css
<style>
a { background-color: #F6C896; }
a { background-color: rgb(246,200,150); }
div.DivClassName
{
background-color: #F6C896;
}
.BgClassName
{
background-color: #F6C896;
}
</style>
border-color css
<style>
span { border-color: #F6C896; }
span { border-color: rgb(246,200,150); }
td.TdClassName
{
border-color: #F6C896;
}
.TagClassName
{
border-color: #F6C896;
}
</style>