Shades of Peach-Orange #FCCE98
Tints of Peach-Orange #FCCE98
RGB
CMYK
RGB Variations
Color information
#FCCE98 (or 0xFCCE98) is known color: Peach-Orange. HEX triplet: FC, CE and 98. RGB value is (252,206,152). Sum of RGB (Red+Green+Blue) = 252+206+152=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE98 is #033167. Grayscale: #D5D5D5. Windows color (decimal): -209256 or 10014460. OLE color: 10014460.
HSL color Cylindrical-coordinate representation of color #FCCE98: hue angle of 32.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCCE98 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 152 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.01 |
| HSL | 32.4º | 0.94% | 0.79% | - |
| HSV(B) | 32.4º | 0.4% | 0.99% | - |
| XYZ | 67.88 | 67.11 | 39.08 | - |
| YUV | 213.6 | 93.24 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 152 | 0 | 0.18 | 0.40 | 0.01 | 32.4 | 0.94 | 0.79 |
| Hex | FC | CE | 98 | 0 | 12 | 28 | 1 | 20 | 5E | 4F |
| Octal | 374 | 316 | 230 | 0 | 22 | 50 | 1 | 40 | 136 | 117 |
| Binary | 11111100 | 11001110 | 10011000 | 0 | 10010 | 101000 | 1 | 100000 | 1011110 | 1001111 |
Color Harmonies of #FCCE98
Complementary color
Monochromatic Colors of #FCCE98
Black with #FCCE98
Text Example
Text Example
White with #FCCE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE98; }
p { color: rgb(252,206,152); }
H1.HeaderClassName
{
color: #FCCE98;
}
.AnyTagClassName
{
color: #FCCE98;
}
</style>
background-color css
<style>
a { background-color: #FCCE98; }
a { background-color: rgb(252,206,152); }
div.DivClassName
{
background-color: #FCCE98;
}
.BgClassName
{
background-color: #FCCE98;
}
</style>
border-color css
<style>
span { border-color: #FCCE98; }
span { border-color: rgb(252,206,152); }
td.TdClassName
{
border-color: #FCCE98;
}
.TagClassName
{
border-color: #FCCE98;
}
</style>