Shades of Peach-Orange #FCC596
Tints of Peach-Orange #FCC596
RGB
CMYK
RGB Variations
Color information
#FCC596 (or 0xFCC596) is known color: Peach-Orange. HEX triplet: FC, C5 and 96. RGB value is (252,197,150). Sum of RGB (Red+Green+Blue) = 252+197+150=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC596 is #033A69. Grayscale: #D0D0D0. Windows color (decimal): -211562 or 9881084. OLE color: 9881084.
HSL color Cylindrical-coordinate representation of color #FCC596: hue angle of 27.65º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCC596 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 150 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.01 |
| HSL | 27.65º | 0.94% | 0.79% | - |
| HSV(B) | 27.65º | 0.4% | 0.99% | - |
| XYZ | 65.62 | 62.83 | 37.52 | - |
| YUV | 208.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 150 | 0 | 0.22 | 0.40 | 0.01 | 27.65 | 0.94 | 0.79 |
| Hex | FC | C5 | 96 | 0 | 16 | 28 | 1 | 1C | 5E | 4F |
| Octal | 374 | 305 | 226 | 0 | 26 | 50 | 1 | 34 | 136 | 117 |
| Binary | 11111100 | 11000101 | 10010110 | 0 | 10110 | 101000 | 1 | 11100 | 1011110 | 1001111 |
Color Harmonies of #FCC596
Complementary color
Monochromatic Colors of #FCC596
Black with #FCC596
Text Example
Text Example
White with #FCC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC596; }
p { color: rgb(252,197,150); }
H1.HeaderClassName
{
color: #FCC596;
}
.AnyTagClassName
{
color: #FCC596;
}
</style>
background-color css
<style>
a { background-color: #FCC596; }
a { background-color: rgb(252,197,150); }
div.DivClassName
{
background-color: #FCC596;
}
.BgClassName
{
background-color: #FCC596;
}
</style>
border-color css
<style>
span { border-color: #FCC596; }
span { border-color: rgb(252,197,150); }
td.TdClassName
{
border-color: #FCC596;
}
.TagClassName
{
border-color: #FCC596;
}
</style>