Shades of Peach-Orange #F6C895
Tints of Peach-Orange #F6C895
RGB
CMYK
RGB Variations
Color information
#F6C895 (or 0xF6C895) is known color: Peach-Orange. HEX triplet: F6, C8 and 95. RGB value is (246,200,149). Sum of RGB (Red+Green+Blue) = 246+200+149=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C895 is #09376A. Grayscale: #D0D0D0. Windows color (decimal): -604011 or 9816310. OLE color: 9816310.
HSL color Cylindrical-coordinate representation of color #F6C895: hue angle of 31.55º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6C895 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 149 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.04 |
| HSL | 31.55º | 0.84% | 0.77% | - |
| HSV(B) | 31.55º | 0.39% | 0.96% | - |
| XYZ | 64.09 | 63.07 | 37.23 | - |
| YUV | 207.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 149 | 0 | 0.19 | 0.39 | 0.04 | 31.55 | 0.84 | 0.77 |
| Hex | F6 | C8 | 95 | 0 | 13 | 27 | 4 | 20 | 54 | 4D |
| Octal | 366 | 310 | 225 | 0 | 23 | 47 | 4 | 40 | 124 | 115 |
| Binary | 11110110 | 11001000 | 10010101 | 0 | 10011 | 100111 | 100 | 100000 | 1010100 | 1001101 |
Color Harmonies of #F6C895
Complementary color
Monochromatic Colors of #F6C895
Black with #F6C895
Text Example
Text Example
White with #F6C895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C895; }
p { color: rgb(246,200,149); }
H1.HeaderClassName
{
color: #F6C895;
}
.AnyTagClassName
{
color: #F6C895;
}
</style>
background-color css
<style>
a { background-color: #F6C895; }
a { background-color: rgb(246,200,149); }
div.DivClassName
{
background-color: #F6C895;
}
.BgClassName
{
background-color: #F6C895;
}
</style>
border-color css
<style>
span { border-color: #F6C895; }
span { border-color: rgb(246,200,149); }
td.TdClassName
{
border-color: #F6C895;
}
.TagClassName
{
border-color: #F6C895;
}
</style>