Shades of Caramel #FCD999
Tints of Caramel #FCD999
RGB
CMYK
RGB Variations
Color information
#FCD999 (or 0xFCD999) is known color: Caramel. HEX triplet: FC, D9 and 99. RGB value is (252,217,153). Sum of RGB (Red+Green+Blue) = 252+217+153=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 153 (60.16% from 255 or 24.60% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD999 is #032666. Grayscale: #DCDCDC. Windows color (decimal): -206439 or 10082812. OLE color: 10082812.
HSL color Cylindrical-coordinate representation of color #FCD999: hue angle of 38.79º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCD999 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 153 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.01 |
| HSL | 38.79º | 0.94% | 0.79% | - |
| HSV(B) | 38.79º | 0.39% | 0.99% | - |
| XYZ | 70.71 | 72.62 | 40.43 | - |
| YUV | 220.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 153 | 0 | 0.14 | 0.39 | 0.01 | 38.79 | 0.94 | 0.79 |
| Hex | FC | D9 | 99 | 0 | E | 27 | 1 | 27 | 5E | 4F |
| Octal | 374 | 331 | 231 | 0 | 16 | 47 | 1 | 47 | 136 | 117 |
| Binary | 11111100 | 11011001 | 10011001 | 0 | 1110 | 100111 | 1 | 100111 | 1011110 | 1001111 |
Color Harmonies of #FCD999
Complementary color
Monochromatic Colors of #FCD999
Black with #FCD999
Text Example
Text Example
White with #FCD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD999; }
p { color: rgb(252,217,153); }
H1.HeaderClassName
{
color: #FCD999;
}
.AnyTagClassName
{
color: #FCD999;
}
</style>
background-color css
<style>
a { background-color: #FCD999; }
a { background-color: rgb(252,217,153); }
div.DivClassName
{
background-color: #FCD999;
}
.BgClassName
{
background-color: #FCD999;
}
</style>
border-color css
<style>
span { border-color: #FCD999; }
span { border-color: rgb(252,217,153); }
td.TdClassName
{
border-color: #FCD999;
}
.TagClassName
{
border-color: #FCD999;
}
</style>