Shades of Peach-Orange #FCC997
Tints of Peach-Orange #FCC997
RGB
CMYK
RGB Variations
Color information
#FCC997 (or 0xFCC997) is known color: Peach-Orange. HEX triplet: FC, C9 and 97. RGB value is (252,201,151). Sum of RGB (Red+Green+Blue) = 252+201+151=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC997 is #033668. Grayscale: #D2D2D2. Windows color (decimal): -210537 or 9947644. OLE color: 9947644.
HSL color Cylindrical-coordinate representation of color #FCC997: hue angle of 29.7º 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 #FCC997 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 151 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.01 |
| HSL | 29.7º | 0.94% | 0.79% | - |
| HSV(B) | 29.7º | 0.4% | 0.99% | - |
| XYZ | 66.62 | 64.7 | 38.26 | - |
| YUV | 210.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 151 | 0 | 0.20 | 0.40 | 0.01 | 29.7 | 0.94 | 0.79 |
| Hex | FC | C9 | 97 | 0 | 14 | 28 | 1 | 1E | 5E | 4F |
| Octal | 374 | 311 | 227 | 0 | 24 | 50 | 1 | 36 | 136 | 117 |
| Binary | 11111100 | 11001001 | 10010111 | 0 | 10100 | 101000 | 1 | 11110 | 1011110 | 1001111 |
Color Harmonies of #FCC997
Complementary color
Monochromatic Colors of #FCC997
Black with #FCC997
Text Example
Text Example
White with #FCC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC997; }
p { color: rgb(252,201,151); }
H1.HeaderClassName
{
color: #FCC997;
}
.AnyTagClassName
{
color: #FCC997;
}
</style>
background-color css
<style>
a { background-color: #FCC997; }
a { background-color: rgb(252,201,151); }
div.DivClassName
{
background-color: #FCC997;
}
.BgClassName
{
background-color: #FCC997;
}
</style>
border-color css
<style>
span { border-color: #FCC997; }
span { border-color: rgb(252,201,151); }
td.TdClassName
{
border-color: #FCC997;
}
.TagClassName
{
border-color: #FCC997;
}
</style>