Shades of Caramel #FCD299
Tints of Caramel #FCD299
RGB
CMYK
RGB Variations
Color information
#FCD299 (or 0xFCD299) is known color: Caramel. HEX triplet: FC, D2 and 99. RGB value is (252,210,153). Sum of RGB (Red+Green+Blue) = 252+210+153=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD299 is #032D66. Grayscale: #D8D8D8. Windows color (decimal): -208231 or 10081020. OLE color: 10081020.
HSL color Cylindrical-coordinate representation of color #FCD299: hue angle of 34.55º 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 #FCD299 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 153 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.01 |
| HSL | 34.55º | 0.94% | 0.79% | - |
| HSV(B) | 34.55º | 0.39% | 0.99% | - |
| XYZ | 68.94 | 69.09 | 39.84 | - |
| YUV | 216.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 153 | 0 | 0.17 | 0.39 | 0.01 | 34.55 | 0.94 | 0.79 |
| Hex | FC | D2 | 99 | 0 | 11 | 27 | 1 | 23 | 5E | 4F |
| Octal | 374 | 322 | 231 | 0 | 21 | 47 | 1 | 43 | 136 | 117 |
| Binary | 11111100 | 11010010 | 10011001 | 0 | 10001 | 100111 | 1 | 100011 | 1011110 | 1001111 |
Color Harmonies of #FCD299
Complementary color
Monochromatic Colors of #FCD299
Black with #FCD299
Text Example
Text Example
White with #FCD299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD299; }
p { color: rgb(252,210,153); }
H1.HeaderClassName
{
color: #FCD299;
}
.AnyTagClassName
{
color: #FCD299;
}
</style>
background-color css
<style>
a { background-color: #FCD299; }
a { background-color: rgb(252,210,153); }
div.DivClassName
{
background-color: #FCD299;
}
.BgClassName
{
background-color: #FCD299;
}
</style>
border-color css
<style>
span { border-color: #FCD299; }
span { border-color: rgb(252,210,153); }
td.TdClassName
{
border-color: #FCD299;
}
.TagClassName
{
border-color: #FCD299;
}
</style>