Shades of Peach-Orange #FCCC9D
Tints of Peach-Orange #FCCC9D
RGB
CMYK
RGB Variations
Color information
#FCCC9D (or 0xFCCC9D) is known color: Peach-Orange. HEX triplet: FC, CC and 9D. RGB value is (252,204,157). Sum of RGB (Red+Green+Blue) = 252+204+157=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC9D is #033362. Grayscale: #D5D5D5. Windows color (decimal): -209763 or 10341628. OLE color: 10341628.
HSL color Cylindrical-coordinate representation of color #FCCC9D: hue angle of 29.68º 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 #FCCC9D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 157 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.01 |
| HSL | 29.68º | 0.94% | 0.8% | - |
| HSV(B) | 29.68º | 0.38% | 0.99% | - |
| XYZ | 67.82 | 66.32 | 41.12 | - |
| YUV | 212.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 157 | 0 | 0.19 | 0.38 | 0.01 | 29.68 | 0.94 | 0.8 |
| Hex | FC | CC | 9D | 0 | 13 | 26 | 1 | 1E | 5E | 50 |
| Octal | 374 | 314 | 235 | 0 | 23 | 46 | 1 | 36 | 136 | 120 |
| Binary | 11111100 | 11001100 | 10011101 | 0 | 10011 | 100110 | 1 | 11110 | 1011110 | 1010000 |
Color Harmonies of #FCCC9D
Complementary color
Monochromatic Colors of #FCCC9D
Black with #FCCC9D
Text Example
Text Example
White with #FCCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC9D; }
p { color: rgb(252,204,157); }
H1.HeaderClassName
{
color: #FCCC9D;
}
.AnyTagClassName
{
color: #FCCC9D;
}
</style>
background-color css
<style>
a { background-color: #FCCC9D; }
a { background-color: rgb(252,204,157); }
div.DivClassName
{
background-color: #FCCC9D;
}
.BgClassName
{
background-color: #FCCC9D;
}
</style>
border-color css
<style>
span { border-color: #FCCC9D; }
span { border-color: rgb(252,204,157); }
td.TdClassName
{
border-color: #FCCC9D;
}
.TagClassName
{
border-color: #FCCC9D;
}
</style>