Shades of Peach-Orange #FCCC9C
Tints of Peach-Orange #FCCC9C
RGB
CMYK
RGB Variations
Color information
#FCCC9C (or 0xFCCC9C) is known color: Peach-Orange. HEX triplet: FC, CC and 9C. RGB value is (252,204,156). Sum of RGB (Red+Green+Blue) = 252+204+156=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC9C is #033363. Grayscale: #D5D5D5. Windows color (decimal): -209764 or 10276092. OLE color: 10276092.
HSL color Cylindrical-coordinate representation of color #FCCC9C: hue angle of 30º 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 #FCCC9C is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 156 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.01 |
| HSL | 30º | 0.94% | 0.8% | - |
| HSV(B) | 30º | 0.38% | 0.99% | - |
| XYZ | 67.74 | 66.28 | 40.68 | - |
| YUV | 212.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 156 | 0 | 0.19 | 0.38 | 0.01 | 30 | 0.94 | 0.8 |
| Hex | FC | CC | 9C | 0 | 13 | 26 | 1 | 1E | 5E | 50 |
| Octal | 374 | 314 | 234 | 0 | 23 | 46 | 1 | 36 | 136 | 120 |
| Binary | 11111100 | 11001100 | 10011100 | 0 | 10011 | 100110 | 1 | 11110 | 1011110 | 1010000 |
Color Harmonies of #FCCC9C
Complementary color
Monochromatic Colors of #FCCC9C
Black with #FCCC9C
Text Example
Text Example
White with #FCCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC9C; }
p { color: rgb(252,204,156); }
H1.HeaderClassName
{
color: #FCCC9C;
}
.AnyTagClassName
{
color: #FCCC9C;
}
</style>
background-color css
<style>
a { background-color: #FCCC9C; }
a { background-color: rgb(252,204,156); }
div.DivClassName
{
background-color: #FCCC9C;
}
.BgClassName
{
background-color: #FCCC9C;
}
</style>
border-color css
<style>
span { border-color: #FCCC9C; }
span { border-color: rgb(252,204,156); }
td.TdClassName
{
border-color: #FCCC9C;
}
.TagClassName
{
border-color: #FCCC9C;
}
</style>