Shades of Peach-Orange #FCCE99
Tints of Peach-Orange #FCCE99
RGB
CMYK
RGB Variations
Color information
#FCCE99 (or 0xFCCE99) is known color: Peach-Orange. HEX triplet: FC, CE and 99. RGB value is (252,206,153). Sum of RGB (Red+Green+Blue) = 252+206+153=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE99 is #033166. Grayscale: #D5D5D5. Windows color (decimal): -209255 or 10079996. OLE color: 10079996.
HSL color Cylindrical-coordinate representation of color #FCCE99: hue angle of 32.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCCE99 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 153 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.01 |
| HSL | 32.12º | 0.94% | 0.79% | - |
| HSV(B) | 32.12º | 0.39% | 0.99% | - |
| XYZ | 67.97 | 67.14 | 39.51 | - |
| YUV | 213.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 153 | 0 | 0.18 | 0.39 | 0.01 | 32.12 | 0.94 | 0.79 |
| Hex | FC | CE | 99 | 0 | 12 | 27 | 1 | 20 | 5E | 4F |
| Octal | 374 | 316 | 231 | 0 | 22 | 47 | 1 | 40 | 136 | 117 |
| Binary | 11111100 | 11001110 | 10011001 | 0 | 10010 | 100111 | 1 | 100000 | 1011110 | 1001111 |
Color Harmonies of #FCCE99
Complementary color
Monochromatic Colors of #FCCE99
Black with #FCCE99
Text Example
Text Example
White with #FCCE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE99; }
p { color: rgb(252,206,153); }
H1.HeaderClassName
{
color: #FCCE99;
}
.AnyTagClassName
{
color: #FCCE99;
}
</style>
background-color css
<style>
a { background-color: #FCCE99; }
a { background-color: rgb(252,206,153); }
div.DivClassName
{
background-color: #FCCE99;
}
.BgClassName
{
background-color: #FCCE99;
}
</style>
border-color css
<style>
span { border-color: #FCCE99; }
span { border-color: rgb(252,206,153); }
td.TdClassName
{
border-color: #FCCE99;
}
.TagClassName
{
border-color: #FCCE99;
}
</style>