Shades of Peach-Orange #FCCE9A
Tints of Peach-Orange #FCCE9A
RGB
CMYK
RGB Variations
Color information
#FCCE9A (or 0xFCCE9A) is known color: Peach-Orange. HEX triplet: FC, CE and 9A. RGB value is (252,206,154). Sum of RGB (Red+Green+Blue) = 252+206+154=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE9A is #033165. Grayscale: #D6D6D6. Windows color (decimal): -209254 or 10145532. OLE color: 10145532.
HSL color Cylindrical-coordinate representation of color #FCCE9A: hue angle of 31.84º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCCE9A is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 154 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.01 |
| HSL | 31.84º | 0.94% | 0.8% | - |
| HSV(B) | 31.84º | 0.39% | 0.99% | - |
| XYZ | 68.05 | 67.17 | 39.95 | - |
| YUV | 213.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 154 | 0 | 0.18 | 0.39 | 0.01 | 31.84 | 0.94 | 0.8 |
| Hex | FC | CE | 9A | 0 | 12 | 27 | 1 | 20 | 5E | 50 |
| Octal | 374 | 316 | 232 | 0 | 22 | 47 | 1 | 40 | 136 | 120 |
| Binary | 11111100 | 11001110 | 10011010 | 0 | 10010 | 100111 | 1 | 100000 | 1011110 | 1010000 |
Color Harmonies of #FCCE9A
Complementary color
Monochromatic Colors of #FCCE9A
Black with #FCCE9A
Text Example
Text Example
White with #FCCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE9A; }
p { color: rgb(252,206,154); }
H1.HeaderClassName
{
color: #FCCE9A;
}
.AnyTagClassName
{
color: #FCCE9A;
}
</style>
background-color css
<style>
a { background-color: #FCCE9A; }
a { background-color: rgb(252,206,154); }
div.DivClassName
{
background-color: #FCCE9A;
}
.BgClassName
{
background-color: #FCCE9A;
}
</style>
border-color css
<style>
span { border-color: #FCCE9A; }
span { border-color: rgb(252,206,154); }
td.TdClassName
{
border-color: #FCCE9A;
}
.TagClassName
{
border-color: #FCCE9A;
}
</style>