Shades of Peach-Orange #FCCE9F
Tints of Peach-Orange #FCCE9F
RGB
CMYK
RGB Variations
Color information
#FCCE9F (or 0xFCCE9F) is known color: Peach-Orange. HEX triplet: FC, CE and 9F. RGB value is (252,206,159). Sum of RGB (Red+Green+Blue) = 252+206+159=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE9F is #033160. Grayscale: #D6D6D6. Windows color (decimal): -209249 or 10473212. OLE color: 10473212.
HSL color Cylindrical-coordinate representation of color #FCCE9F: hue angle of 30.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCE9F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 159 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.01 |
| HSL | 30.32º | 0.94% | 0.81% | - |
| HSV(B) | 30.32º | 0.37% | 0.99% | - |
| XYZ | 68.47 | 67.34 | 42.19 | - |
| YUV | 214.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 159 | 0 | 0.18 | 0.37 | 0.01 | 30.32 | 0.94 | 0.81 |
| Hex | FC | CE | 9F | 0 | 12 | 25 | 1 | 1E | 5E | 51 |
| Octal | 374 | 316 | 237 | 0 | 22 | 45 | 1 | 36 | 136 | 121 |
| Binary | 11111100 | 11001110 | 10011111 | 0 | 10010 | 100101 | 1 | 11110 | 1011110 | 1010001 |
Color Harmonies of #FCCE9F
Complementary color
Monochromatic Colors of #FCCE9F
Black with #FCCE9F
Text Example
Text Example
White with #FCCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE9F; }
p { color: rgb(252,206,159); }
H1.HeaderClassName
{
color: #FCCE9F;
}
.AnyTagClassName
{
color: #FCCE9F;
}
</style>
background-color css
<style>
a { background-color: #FCCE9F; }
a { background-color: rgb(252,206,159); }
div.DivClassName
{
background-color: #FCCE9F;
}
.BgClassName
{
background-color: #FCCE9F;
}
</style>
border-color css
<style>
span { border-color: #FCCE9F; }
span { border-color: rgb(252,206,159); }
td.TdClassName
{
border-color: #FCCE9F;
}
.TagClassName
{
border-color: #FCCE9F;
}
</style>