Shades of Peach-Orange #FFCE96
Tints of Peach-Orange #FFCE96
RGB
CMYK
RGB Variations
Color information
#FFCE96 (or 0xFFCE96) is known color: Peach-Orange. HEX triplet: FF, CE and 96. RGB value is (255,206,150). Sum of RGB (Red+Green+Blue) = 255+206+150=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE96 is #003169. Grayscale: #D6D6D6. Windows color (decimal): -12650 or 9883391. OLE color: 9883391.
HSL color Cylindrical-coordinate representation of color #FFCE96: hue angle of 32º 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 #FFCE96 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 150 | - |
| CMYK | 0 | 0.19 | 0.41 | 0 |
| HSL | 32º | 1% | 0.79% | - |
| HSV(B) | 32º | 0.41% | 1% | - |
| XYZ | 68.82 | 67.6 | 38.28 | - |
| YUV | 214.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 150 | 0 | 0.19 | 0.41 | 0 | 32 | 1 | 0.79 |
| Hex | FF | CE | 96 | 0 | 13 | 29 | 0 | 20 | 64 | 4F |
| Octal | 377 | 316 | 226 | 0 | 23 | 51 | 0 | 40 | 144 | 117 |
| Binary | 11111111 | 11001110 | 10010110 | 0 | 10011 | 101001 | 0 | 100000 | 1100100 | 1001111 |
Color Harmonies of #FFCE96
Complementary color
Monochromatic Colors of #FFCE96
Black with #FFCE96
Text Example
Text Example
White with #FFCE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE96; }
p { color: rgb(255,206,150); }
H1.HeaderClassName
{
color: #FFCE96;
}
.AnyTagClassName
{
color: #FFCE96;
}
</style>
background-color css
<style>
a { background-color: #FFCE96; }
a { background-color: rgb(255,206,150); }
div.DivClassName
{
background-color: #FFCE96;
}
.BgClassName
{
background-color: #FFCE96;
}
</style>
border-color css
<style>
span { border-color: #FFCE96; }
span { border-color: rgb(255,206,150); }
td.TdClassName
{
border-color: #FFCE96;
}
.TagClassName
{
border-color: #FFCE96;
}
</style>