Shades of Peach-Orange #FCCC9A
Tints of Peach-Orange #FCCC9A
RGB
CMYK
RGB Variations
Color information
#FCCC9A (or 0xFCCC9A) is known color: Peach-Orange. HEX triplet: FC, CC and 9A. RGB value is (252,204,154). Sum of RGB (Red+Green+Blue) = 252+204+154=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC9A is #033365. Grayscale: #D4D4D4. Windows color (decimal): -209766 or 10145020. OLE color: 10145020.
HSL color Cylindrical-coordinate representation of color #FCCC9A: hue angle of 30.61º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCCC9A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 154 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.01 |
| HSL | 30.61º | 0.94% | 0.8% | - |
| HSV(B) | 30.61º | 0.39% | 0.99% | - |
| XYZ | 67.57 | 66.21 | 39.79 | - |
| YUV | 212.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 154 | 0 | 0.19 | 0.39 | 0.01 | 30.61 | 0.94 | 0.8 |
| Hex | FC | CC | 9A | 0 | 13 | 27 | 1 | 1F | 5E | 50 |
| Octal | 374 | 314 | 232 | 0 | 23 | 47 | 1 | 37 | 136 | 120 |
| Binary | 11111100 | 11001100 | 10011010 | 0 | 10011 | 100111 | 1 | 11111 | 1011110 | 1010000 |
Color Harmonies of #FCCC9A
Complementary color
Monochromatic Colors of #FCCC9A
Black with #FCCC9A
Text Example
Text Example
White with #FCCC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC9A; }
p { color: rgb(252,204,154); }
H1.HeaderClassName
{
color: #FCCC9A;
}
.AnyTagClassName
{
color: #FCCC9A;
}
</style>
background-color css
<style>
a { background-color: #FCCC9A; }
a { background-color: rgb(252,204,154); }
div.DivClassName
{
background-color: #FCCC9A;
}
.BgClassName
{
background-color: #FCCC9A;
}
</style>
border-color css
<style>
span { border-color: #FCCC9A; }
span { border-color: rgb(252,204,154); }
td.TdClassName
{
border-color: #FCCC9A;
}
.TagClassName
{
border-color: #FCCC9A;
}
</style>