Shades of Peach-Orange #FFC696
Tints of Peach-Orange #FFC696
RGB
CMYK
RGB Variations
Color information
#FFC696 (or 0xFFC696) is known color: Peach-Orange. HEX triplet: FF, C6 and 96. RGB value is (255,198,150). Sum of RGB (Red+Green+Blue) = 255+198+150=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC696 is #003969. Grayscale: #D1D1D1. Windows color (decimal): -14698 or 9881343. OLE color: 9881343.
HSL color Cylindrical-coordinate representation of color #FFC696: hue angle of 27.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFC696 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 150 | - |
| CMYK | 0 | 0.22 | 0.41 | 0 |
| HSL | 27.43º | 1% | 0.79% | - |
| HSV(B) | 27.43º | 0.41% | 1% | - |
| XYZ | 66.94 | 63.85 | 37.65 | - |
| YUV | 209.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 150 | 0 | 0.22 | 0.41 | 0 | 27.43 | 1 | 0.79 |
| Hex | FF | C6 | 96 | 0 | 16 | 29 | 0 | 1B | 64 | 4F |
| Octal | 377 | 306 | 226 | 0 | 26 | 51 | 0 | 33 | 144 | 117 |
| Binary | 11111111 | 11000110 | 10010110 | 0 | 10110 | 101001 | 0 | 11011 | 1100100 | 1001111 |
Color Harmonies of #FFC696
Complementary color
Monochromatic Colors of #FFC696
Black with #FFC696
Text Example
Text Example
White with #FFC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC696; }
p { color: rgb(255,198,150); }
H1.HeaderClassName
{
color: #FFC696;
}
.AnyTagClassName
{
color: #FFC696;
}
</style>
background-color css
<style>
a { background-color: #FFC696; }
a { background-color: rgb(255,198,150); }
div.DivClassName
{
background-color: #FFC696;
}
.BgClassName
{
background-color: #FFC696;
}
</style>
border-color css
<style>
span { border-color: #FFC696; }
span { border-color: rgb(255,198,150); }
td.TdClassName
{
border-color: #FFC696;
}
.TagClassName
{
border-color: #FFC696;
}
</style>