Shades of Peach-Orange #F6C699
Tints of Peach-Orange #F6C699
RGB
CMYK
RGB Variations
Color information
#F6C699 (or 0xF6C699) is known color: Peach-Orange. HEX triplet: F6, C6 and 99. RGB value is (246,198,153). Sum of RGB (Red+Green+Blue) = 246+198+153=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C699 is #093966. Grayscale: #CFCFCF. Windows color (decimal): -604519 or 10077942. OLE color: 10077942.
HSL color Cylindrical-coordinate representation of color #F6C699: hue angle of 29.03º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6C699 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 153 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.04 |
| HSL | 29.03º | 0.84% | 0.78% | - |
| HSV(B) | 29.03º | 0.38% | 0.96% | - |
| XYZ | 63.95 | 62.28 | 38.79 | - |
| YUV | 207.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 153 | 0 | 0.20 | 0.38 | 0.04 | 29.03 | 0.84 | 0.78 |
| Hex | F6 | C6 | 99 | 0 | 14 | 26 | 4 | 1D | 54 | 4E |
| Octal | 366 | 306 | 231 | 0 | 24 | 46 | 4 | 35 | 124 | 116 |
| Binary | 11110110 | 11000110 | 10011001 | 0 | 10100 | 100110 | 100 | 11101 | 1010100 | 1001110 |
Color Harmonies of #F6C699
Complementary color
Monochromatic Colors of #F6C699
Black with #F6C699
Text Example
Text Example
White with #F6C699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C699; }
p { color: rgb(246,198,153); }
H1.HeaderClassName
{
color: #F6C699;
}
.AnyTagClassName
{
color: #F6C699;
}
</style>
background-color css
<style>
a { background-color: #F6C699; }
a { background-color: rgb(246,198,153); }
div.DivClassName
{
background-color: #F6C699;
}
.BgClassName
{
background-color: #F6C699;
}
</style>
border-color css
<style>
span { border-color: #F6C699; }
span { border-color: rgb(246,198,153); }
td.TdClassName
{
border-color: #F6C699;
}
.TagClassName
{
border-color: #F6C699;
}
</style>