Shades of Peach-Orange #FCCE9C
Tints of Peach-Orange #FCCE9C
RGB
CMYK
RGB Variations
Color information
#FCCE9C (or 0xFCCE9C) is known color: Peach-Orange. HEX triplet: FC, CE and 9C. RGB value is (252,206,156). Sum of RGB (Red+Green+Blue) = 252+206+156=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE9C is #033163. Grayscale: #D6D6D6. Windows color (decimal): -209252 or 10276604. OLE color: 10276604.
HSL color Cylindrical-coordinate representation of color #FCCE9C: hue angle of 31.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCCE9C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 156 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.01 |
| HSL | 31.25º | 0.94% | 0.8% | - |
| HSV(B) | 31.25º | 0.38% | 0.99% | - |
| XYZ | 68.22 | 67.24 | 40.84 | - |
| YUV | 214.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 156 | 0 | 0.18 | 0.38 | 0.01 | 31.25 | 0.94 | 0.8 |
| Hex | FC | CE | 9C | 0 | 12 | 26 | 1 | 1F | 5E | 50 |
| Octal | 374 | 316 | 234 | 0 | 22 | 46 | 1 | 37 | 136 | 120 |
| Binary | 11111100 | 11001110 | 10011100 | 0 | 10010 | 100110 | 1 | 11111 | 1011110 | 1010000 |
Color Harmonies of #FCCE9C
Complementary color
Monochromatic Colors of #FCCE9C
Black with #FCCE9C
Text Example
Text Example
White with #FCCE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE9C; }
p { color: rgb(252,206,156); }
H1.HeaderClassName
{
color: #FCCE9C;
}
.AnyTagClassName
{
color: #FCCE9C;
}
</style>
background-color css
<style>
a { background-color: #FCCE9C; }
a { background-color: rgb(252,206,156); }
div.DivClassName
{
background-color: #FCCE9C;
}
.BgClassName
{
background-color: #FCCE9C;
}
</style>
border-color css
<style>
span { border-color: #FCCE9C; }
span { border-color: rgb(252,206,156); }
td.TdClassName
{
border-color: #FCCE9C;
}
.TagClassName
{
border-color: #FCCE9C;
}
</style>