Shades of Peach-Orange #FCCC9E
Tints of Peach-Orange #FCCC9E
RGB
CMYK
RGB Variations
Color information
#FCCC9E (or 0xFCCC9E) is known color: Peach-Orange. HEX triplet: FC, CC and 9E. RGB value is (252,204,158). Sum of RGB (Red+Green+Blue) = 252+204+158=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC9E is #033361. Grayscale: #D5D5D5. Windows color (decimal): -209762 or 10407164. OLE color: 10407164.
HSL color Cylindrical-coordinate representation of color #FCCC9E: hue angle of 29.36º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCC9E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 158 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.01 |
| HSL | 29.36º | 0.94% | 0.8% | - |
| HSV(B) | 29.36º | 0.37% | 0.99% | - |
| XYZ | 67.91 | 66.35 | 41.58 | - |
| YUV | 213.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 158 | 0 | 0.19 | 0.37 | 0.01 | 29.36 | 0.94 | 0.8 |
| Hex | FC | CC | 9E | 0 | 13 | 25 | 1 | 1D | 5E | 50 |
| Octal | 374 | 314 | 236 | 0 | 23 | 45 | 1 | 35 | 136 | 120 |
| Binary | 11111100 | 11001100 | 10011110 | 0 | 10011 | 100101 | 1 | 11101 | 1011110 | 1010000 |
Color Harmonies of #FCCC9E
Complementary color
Monochromatic Colors of #FCCC9E
Black with #FCCC9E
Text Example
Text Example
White with #FCCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC9E; }
p { color: rgb(252,204,158); }
H1.HeaderClassName
{
color: #FCCC9E;
}
.AnyTagClassName
{
color: #FCCC9E;
}
</style>
background-color css
<style>
a { background-color: #FCCC9E; }
a { background-color: rgb(252,204,158); }
div.DivClassName
{
background-color: #FCCC9E;
}
.BgClassName
{
background-color: #FCCC9E;
}
</style>
border-color css
<style>
span { border-color: #FCCC9E; }
span { border-color: rgb(252,204,158); }
td.TdClassName
{
border-color: #FCCC9E;
}
.TagClassName
{
border-color: #FCCC9E;
}
</style>