Shades of Peach-Orange #F6C995
Tints of Peach-Orange #F6C995
RGB
CMYK
RGB Variations
Color information
#F6C995 (or 0xF6C995) is known color: Peach-Orange. HEX triplet: F6, C9 and 95. RGB value is (246,201,149). Sum of RGB (Red+Green+Blue) = 246+201+149=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C995 is #09366A. Grayscale: #D0D0D0. Windows color (decimal): -603755 or 9816566. OLE color: 9816566.
HSL color Cylindrical-coordinate representation of color #F6C995: hue angle of 32.16º 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 #F6C995 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 149 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.04 |
| HSL | 32.16º | 0.84% | 0.77% | - |
| HSV(B) | 32.16º | 0.39% | 0.96% | - |
| XYZ | 64.32 | 63.54 | 37.31 | - |
| YUV | 208.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 149 | 0 | 0.18 | 0.39 | 0.04 | 32.16 | 0.84 | 0.77 |
| Hex | F6 | C9 | 95 | 0 | 12 | 27 | 4 | 20 | 54 | 4D |
| Octal | 366 | 311 | 225 | 0 | 22 | 47 | 4 | 40 | 124 | 115 |
| Binary | 11110110 | 11001001 | 10010101 | 0 | 10010 | 100111 | 100 | 100000 | 1010100 | 1001101 |
Color Harmonies of #F6C995
Complementary color
Monochromatic Colors of #F6C995
Black with #F6C995
Text Example
Text Example
White with #F6C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C995; }
p { color: rgb(246,201,149); }
H1.HeaderClassName
{
color: #F6C995;
}
.AnyTagClassName
{
color: #F6C995;
}
</style>
background-color css
<style>
a { background-color: #F6C995; }
a { background-color: rgb(246,201,149); }
div.DivClassName
{
background-color: #F6C995;
}
.BgClassName
{
background-color: #F6C995;
}
</style>
border-color css
<style>
span { border-color: #F6C995; }
span { border-color: rgb(246,201,149); }
td.TdClassName
{
border-color: #F6C995;
}
.TagClassName
{
border-color: #F6C995;
}
</style>