Shades of Peach-Orange #FCC696
Tints of Peach-Orange #FCC696
RGB
CMYK
RGB Variations
Color information
#FCC696 (or 0xFCC696) is known color: Peach-Orange. HEX triplet: FC, C6 and 96. RGB value is (252,198,150). Sum of RGB (Red+Green+Blue) = 252+198+150=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC696 is #033969. Grayscale: #D0D0D0. Windows color (decimal): -211306 or 9881340. OLE color: 9881340.
HSL color Cylindrical-coordinate representation of color #FCC696: hue angle of 28.24º 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 #FCC696 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 150 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.01 |
| HSL | 28.24º | 0.94% | 0.79% | - |
| HSV(B) | 28.24º | 0.4% | 0.99% | - |
| XYZ | 65.84 | 63.29 | 37.6 | - |
| YUV | 208.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 150 | 0 | 0.21 | 0.40 | 0.01 | 28.24 | 0.94 | 0.79 |
| Hex | FC | C6 | 96 | 0 | 15 | 28 | 1 | 1C | 5E | 4F |
| Octal | 374 | 306 | 226 | 0 | 25 | 50 | 1 | 34 | 136 | 117 |
| Binary | 11111100 | 11000110 | 10010110 | 0 | 10101 | 101000 | 1 | 11100 | 1011110 | 1001111 |
Color Harmonies of #FCC696
Complementary color
Monochromatic Colors of #FCC696
Black with #FCC696
Text Example
Text Example
White with #FCC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC696; }
p { color: rgb(252,198,150); }
H1.HeaderClassName
{
color: #FCC696;
}
.AnyTagClassName
{
color: #FCC696;
}
</style>
background-color css
<style>
a { background-color: #FCC696; }
a { background-color: rgb(252,198,150); }
div.DivClassName
{
background-color: #FCC696;
}
.BgClassName
{
background-color: #FCC696;
}
</style>
border-color css
<style>
span { border-color: #FCC696; }
span { border-color: rgb(252,198,150); }
td.TdClassName
{
border-color: #FCC696;
}
.TagClassName
{
border-color: #FCC696;
}
</style>