Shades of Peach-Orange #FCCFA0
Tints of Peach-Orange #FCCFA0
RGB
CMYK
RGB Variations
Color information
#FCCFA0 (or 0xFCCFA0) is known color: Peach-Orange. HEX triplet: FC, CF and A0. RGB value is (252,207,160). Sum of RGB (Red+Green+Blue) = 252+207+160=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFA0 is #03305F. Grayscale: #D7D7D7. Windows color (decimal): -208992 or 10539004. OLE color: 10539004.
HSL color Cylindrical-coordinate representation of color #FCCFA0: hue angle of 30.65º 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 #FCCFA0 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 160 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.01 |
| HSL | 30.65º | 0.94% | 0.81% | - |
| HSV(B) | 30.65º | 0.37% | 0.99% | - |
| XYZ | 68.8 | 67.86 | 42.73 | - |
| YUV | 215.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 160 | 0 | 0.18 | 0.37 | 0.01 | 30.65 | 0.94 | 0.81 |
| Hex | FC | CF | A0 | 0 | 12 | 25 | 1 | 1F | 5E | 51 |
| Octal | 374 | 317 | 240 | 0 | 22 | 45 | 1 | 37 | 136 | 121 |
| Binary | 11111100 | 11001111 | 10100000 | 0 | 10010 | 100101 | 1 | 11111 | 1011110 | 1010001 |
Color Harmonies of #FCCFA0
Complementary color
Monochromatic Colors of #FCCFA0
Black with #FCCFA0
Text Example
Text Example
White with #FCCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFA0; }
p { color: rgb(252,207,160); }
H1.HeaderClassName
{
color: #FCCFA0;
}
.AnyTagClassName
{
color: #FCCFA0;
}
</style>
background-color css
<style>
a { background-color: #FCCFA0; }
a { background-color: rgb(252,207,160); }
div.DivClassName
{
background-color: #FCCFA0;
}
.BgClassName
{
background-color: #FCCFA0;
}
</style>
border-color css
<style>
span { border-color: #FCCFA0; }
span { border-color: rgb(252,207,160); }
td.TdClassName
{
border-color: #FCCFA0;
}
.TagClassName
{
border-color: #FCCFA0;
}
</style>