Shades of Peach-Orange #F6CA96
Tints of Peach-Orange #F6CA96
RGB
CMYK
RGB Variations
Color information
#F6CA96 (or 0xF6CA96) is known color: Peach-Orange. HEX triplet: F6, CA and 96. RGB value is (246,202,150). Sum of RGB (Red+Green+Blue) = 246+202+150=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CA96 is #093569. Grayscale: #D1D1D1. Windows color (decimal): -603498 or 9882358. OLE color: 9882358.
HSL color Cylindrical-coordinate representation of color #F6CA96: hue angle of 32.5º 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 #F6CA96 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 150 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.04 |
| HSL | 32.5º | 0.84% | 0.78% | - |
| HSV(B) | 32.5º | 0.39% | 0.96% | - |
| XYZ | 64.63 | 64.04 | 37.81 | - |
| YUV | 209.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 150 | 0 | 0.18 | 0.39 | 0.04 | 32.5 | 0.84 | 0.78 |
| Hex | F6 | CA | 96 | 0 | 12 | 27 | 4 | 20 | 54 | 4E |
| Octal | 366 | 312 | 226 | 0 | 22 | 47 | 4 | 40 | 124 | 116 |
| Binary | 11110110 | 11001010 | 10010110 | 0 | 10010 | 100111 | 100 | 100000 | 1010100 | 1001110 |
Color Harmonies of #F6CA96
Complementary color
Monochromatic Colors of #F6CA96
Black with #F6CA96
Text Example
Text Example
White with #F6CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA96; }
p { color: rgb(246,202,150); }
H1.HeaderClassName
{
color: #F6CA96;
}
.AnyTagClassName
{
color: #F6CA96;
}
</style>
background-color css
<style>
a { background-color: #F6CA96; }
a { background-color: rgb(246,202,150); }
div.DivClassName
{
background-color: #F6CA96;
}
.BgClassName
{
background-color: #F6CA96;
}
</style>
border-color css
<style>
span { border-color: #F6CA96; }
span { border-color: rgb(246,202,150); }
td.TdClassName
{
border-color: #F6CA96;
}
.TagClassName
{
border-color: #F6CA96;
}
</style>