Shades of Peach-Orange #FCD0A0
Tints of Peach-Orange #FCD0A0
RGB
CMYK
RGB Variations
Color information
#FCD0A0 (or 0xFCD0A0) is known color: Peach-Orange. HEX triplet: FC, D0 and A0. RGB value is (252,208,160). Sum of RGB (Red+Green+Blue) = 252+208+160=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0A0 is #032F5F. Grayscale: #D7D7D7. Windows color (decimal): -208736 or 10539260. OLE color: 10539260.
HSL color Cylindrical-coordinate representation of color #FCD0A0: hue angle of 31.3º 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 #FCD0A0 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 160 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.01 |
| HSL | 31.3º | 0.94% | 0.81% | - |
| HSV(B) | 31.3º | 0.37% | 0.99% | - |
| XYZ | 69.05 | 68.35 | 42.81 | - |
| YUV | 215.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 160 | 0 | 0.17 | 0.37 | 0.01 | 31.3 | 0.94 | 0.81 |
| Hex | FC | D0 | A0 | 0 | 11 | 25 | 1 | 1F | 5E | 51 |
| Octal | 374 | 320 | 240 | 0 | 21 | 45 | 1 | 37 | 136 | 121 |
| Binary | 11111100 | 11010000 | 10100000 | 0 | 10001 | 100101 | 1 | 11111 | 1011110 | 1010001 |
Color Harmonies of #FCD0A0
Complementary color
Monochromatic Colors of #FCD0A0
Black with #FCD0A0
Text Example
Text Example
White with #FCD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0A0; }
p { color: rgb(252,208,160); }
H1.HeaderClassName
{
color: #FCD0A0;
}
.AnyTagClassName
{
color: #FCD0A0;
}
</style>
background-color css
<style>
a { background-color: #FCD0A0; }
a { background-color: rgb(252,208,160); }
div.DivClassName
{
background-color: #FCD0A0;
}
.BgClassName
{
background-color: #FCD0A0;
}
</style>
border-color css
<style>
span { border-color: #FCD0A0; }
span { border-color: rgb(252,208,160); }
td.TdClassName
{
border-color: #FCD0A0;
}
.TagClassName
{
border-color: #FCD0A0;
}
</style>