Shades of Peach-Orange #FCCC9F
Tints of Peach-Orange #FCCC9F
RGB
CMYK
RGB Variations
Color information
#FCCC9F (or 0xFCCC9F) is known color: Peach-Orange. HEX triplet: FC, CC and 9F. RGB value is (252,204,159). Sum of RGB (Red+Green+Blue) = 252+204+159=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC9F is #033360. Grayscale: #D5D5D5. Windows color (decimal): -209761 or 10472700. OLE color: 10472700.
HSL color Cylindrical-coordinate representation of color #FCCC9F: hue angle of 29.03º 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 #FCCC9F is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 159 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.01 |
| HSL | 29.03º | 0.94% | 0.81% | - |
| HSV(B) | 29.03º | 0.37% | 0.99% | - |
| XYZ | 68 | 66.38 | 42.03 | - |
| YUV | 213.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 159 | 0 | 0.19 | 0.37 | 0.01 | 29.03 | 0.94 | 0.81 |
| Hex | FC | CC | 9F | 0 | 13 | 25 | 1 | 1D | 5E | 51 |
| Octal | 374 | 314 | 237 | 0 | 23 | 45 | 1 | 35 | 136 | 121 |
| Binary | 11111100 | 11001100 | 10011111 | 0 | 10011 | 100101 | 1 | 11101 | 1011110 | 1010001 |
Color Harmonies of #FCCC9F
Complementary color
Monochromatic Colors of #FCCC9F
Black with #FCCC9F
Text Example
Text Example
White with #FCCC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC9F; }
p { color: rgb(252,204,159); }
H1.HeaderClassName
{
color: #FCCC9F;
}
.AnyTagClassName
{
color: #FCCC9F;
}
</style>
background-color css
<style>
a { background-color: #FCCC9F; }
a { background-color: rgb(252,204,159); }
div.DivClassName
{
background-color: #FCCC9F;
}
.BgClassName
{
background-color: #FCCC9F;
}
</style>
border-color css
<style>
span { border-color: #FCCC9F; }
span { border-color: rgb(252,204,159); }
td.TdClassName
{
border-color: #FCCC9F;
}
.TagClassName
{
border-color: #FCCC9F;
}
</style>