Shades of Peach-Orange #F6C695
Tints of Peach-Orange #F6C695
RGB
CMYK
RGB Variations
Color information
#F6C695 (or 0xF6C695) is known color: Peach-Orange. HEX triplet: F6, C6 and 95. RGB value is (246,198,149). Sum of RGB (Red+Green+Blue) = 246+198+149=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C695 is #09396A. Grayscale: #CFCFCF. Windows color (decimal): -604523 or 9815798. OLE color: 9815798.
HSL color Cylindrical-coordinate representation of color #F6C695: hue angle of 30.31º 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 #F6C695 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 149 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.04 |
| HSL | 30.31º | 0.84% | 0.77% | - |
| HSV(B) | 30.31º | 0.39% | 0.96% | - |
| XYZ | 63.62 | 62.15 | 37.08 | - |
| YUV | 206.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 149 | 0 | 0.20 | 0.39 | 0.04 | 30.31 | 0.84 | 0.77 |
| Hex | F6 | C6 | 95 | 0 | 14 | 27 | 4 | 1E | 54 | 4D |
| Octal | 366 | 306 | 225 | 0 | 24 | 47 | 4 | 36 | 124 | 115 |
| Binary | 11110110 | 11000110 | 10010101 | 0 | 10100 | 100111 | 100 | 11110 | 1010100 | 1001101 |
Color Harmonies of #F6C695
Complementary color
Monochromatic Colors of #F6C695
Black with #F6C695
Text Example
Text Example
White with #F6C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C695; }
p { color: rgb(246,198,149); }
H1.HeaderClassName
{
color: #F6C695;
}
.AnyTagClassName
{
color: #F6C695;
}
</style>
background-color css
<style>
a { background-color: #F6C695; }
a { background-color: rgb(246,198,149); }
div.DivClassName
{
background-color: #F6C695;
}
.BgClassName
{
background-color: #F6C695;
}
</style>
border-color css
<style>
span { border-color: #F6C695; }
span { border-color: rgb(246,198,149); }
td.TdClassName
{
border-color: #F6C695;
}
.TagClassName
{
border-color: #F6C695;
}
</style>