Shades of Caramel #FCD599
Tints of Caramel #FCD599
RGB
CMYK
RGB Variations
Color information
#FCD599 (or 0xFCD599) is known color: Caramel. HEX triplet: FC, D5 and 99. RGB value is (252,213,153). Sum of RGB (Red+Green+Blue) = 252+213+153=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD599 is #032A66. Grayscale: #DADADA. Windows color (decimal): -207463 or 10081788. OLE color: 10081788.
HSL color Cylindrical-coordinate representation of color #FCD599: hue angle of 36.36º 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 #FCD599 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 153 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.01 |
| HSL | 36.36º | 0.94% | 0.79% | - |
| HSV(B) | 36.36º | 0.39% | 0.99% | - |
| XYZ | 69.69 | 70.58 | 40.09 | - |
| YUV | 217.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 153 | 0 | 0.15 | 0.39 | 0.01 | 36.36 | 0.94 | 0.79 |
| Hex | FC | D5 | 99 | 0 | F | 27 | 1 | 24 | 5E | 4F |
| Octal | 374 | 325 | 231 | 0 | 17 | 47 | 1 | 44 | 136 | 117 |
| Binary | 11111100 | 11010101 | 10011001 | 0 | 1111 | 100111 | 1 | 100100 | 1011110 | 1001111 |
Color Harmonies of #FCD599
Complementary color
Monochromatic Colors of #FCD599
Black with #FCD599
Text Example
Text Example
White with #FCD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD599; }
p { color: rgb(252,213,153); }
H1.HeaderClassName
{
color: #FCD599;
}
.AnyTagClassName
{
color: #FCD599;
}
</style>
background-color css
<style>
a { background-color: #FCD599; }
a { background-color: rgb(252,213,153); }
div.DivClassName
{
background-color: #FCD599;
}
.BgClassName
{
background-color: #FCD599;
}
</style>
border-color css
<style>
span { border-color: #FCD599; }
span { border-color: rgb(252,213,153); }
td.TdClassName
{
border-color: #FCD599;
}
.TagClassName
{
border-color: #FCD599;
}
</style>