Shades of Peach-Orange #FECE96
Tints of Peach-Orange #FECE96
RGB
CMYK
RGB Variations
Color information
#FECE96 (or 0xFECE96) is known color: Peach-Orange. HEX triplet: FE, CE and 96. RGB value is (254,206,150). Sum of RGB (Red+Green+Blue) = 254+206+150=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE96 is #013169. Grayscale: #D6D6D6. Windows color (decimal): -78186 or 9883390. OLE color: 9883390.
HSL color Cylindrical-coordinate representation of color #FECE96: hue angle of 32.31º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FECE96 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 150 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.00 |
| HSL | 32.31º | 0.98% | 0.79% | - |
| HSV(B) | 32.31º | 0.41% | 1% | - |
| XYZ | 68.45 | 67.42 | 38.26 | - |
| YUV | 213.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 150 | 0 | 0.19 | 0.41 | 0.00 | 32.31 | 0.98 | 0.79 |
| Hex | FE | CE | 96 | 0 | 13 | 29 | 0 | 20 | 62 | 4F |
| Octal | 376 | 316 | 226 | 0 | 23 | 51 | 0 | 40 | 142 | 117 |
| Binary | 11111110 | 11001110 | 10010110 | 0 | 10011 | 101001 | 0 | 100000 | 1100010 | 1001111 |
Color Harmonies of #FECE96
Complementary color
Monochromatic Colors of #FECE96
Black with #FECE96
Text Example
Text Example
White with #FECE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE96; }
p { color: rgb(254,206,150); }
H1.HeaderClassName
{
color: #FECE96;
}
.AnyTagClassName
{
color: #FECE96;
}
</style>
background-color css
<style>
a { background-color: #FECE96; }
a { background-color: rgb(254,206,150); }
div.DivClassName
{
background-color: #FECE96;
}
.BgClassName
{
background-color: #FECE96;
}
</style>
border-color css
<style>
span { border-color: #FECE96; }
span { border-color: rgb(254,206,150); }
td.TdClassName
{
border-color: #FECE96;
}
.TagClassName
{
border-color: #FECE96;
}
</style>