Shades of Caramel #FCD59B
Tints of Caramel #FCD59B
RGB
CMYK
RGB Variations
Color information
#FCD59B (or 0xFCD59B) is known color: Caramel. HEX triplet: FC, D5 and 9B. RGB value is (252,213,155). Sum of RGB (Red+Green+Blue) = 252+213+155=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD59B is #032A64. Grayscale: #DADADA. Windows color (decimal): -207461 or 10212860. OLE color: 10212860.
HSL color Cylindrical-coordinate representation of color #FCD59B: hue angle of 35.88º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCD59B is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 155 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.01 |
| HSL | 35.88º | 0.94% | 0.8% | - |
| HSV(B) | 35.88º | 0.38% | 0.99% | - |
| XYZ | 69.86 | 70.65 | 40.97 | - |
| YUV | 218.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 155 | 0 | 0.15 | 0.38 | 0.01 | 35.88 | 0.94 | 0.8 |
| Hex | FC | D5 | 9B | 0 | F | 26 | 1 | 24 | 5E | 50 |
| Octal | 374 | 325 | 233 | 0 | 17 | 46 | 1 | 44 | 136 | 120 |
| Binary | 11111100 | 11010101 | 10011011 | 0 | 1111 | 100110 | 1 | 100100 | 1011110 | 1010000 |
Color Harmonies of #FCD59B
Complementary color
Monochromatic Colors of #FCD59B
Black with #FCD59B
Text Example
Text Example
White with #FCD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD59B; }
p { color: rgb(252,213,155); }
H1.HeaderClassName
{
color: #FCD59B;
}
.AnyTagClassName
{
color: #FCD59B;
}
</style>
background-color css
<style>
a { background-color: #FCD59B; }
a { background-color: rgb(252,213,155); }
div.DivClassName
{
background-color: #FCD59B;
}
.BgClassName
{
background-color: #FCD59B;
}
</style>
border-color css
<style>
span { border-color: #FCD59B; }
span { border-color: rgb(252,213,155); }
td.TdClassName
{
border-color: #FCD59B;
}
.TagClassName
{
border-color: #FCD59B;
}
</style>