Shades of Caramel #FCD49A
Tints of Caramel #FCD49A
RGB
CMYK
RGB Variations
Color information
#FCD49A (or 0xFCD49A) is known color: Caramel. HEX triplet: FC, D4 and 9A. RGB value is (252,212,154). Sum of RGB (Red+Green+Blue) = 252+212+154=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD49A is #032B65. Grayscale: #D9D9D9. Windows color (decimal): -207718 or 10147068. OLE color: 10147068.
HSL color Cylindrical-coordinate representation of color #FCD49A: hue angle of 35.51º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCD49A is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 154 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.01 |
| HSL | 35.51º | 0.94% | 0.8% | - |
| HSV(B) | 35.51º | 0.39% | 0.99% | - |
| XYZ | 69.52 | 70.12 | 40.44 | - |
| YUV | 217.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 154 | 0 | 0.16 | 0.39 | 0.01 | 35.51 | 0.94 | 0.8 |
| Hex | FC | D4 | 9A | 0 | 10 | 27 | 1 | 24 | 5E | 50 |
| Octal | 374 | 324 | 232 | 0 | 20 | 47 | 1 | 44 | 136 | 120 |
| Binary | 11111100 | 11010100 | 10011010 | 0 | 10000 | 100111 | 1 | 100100 | 1011110 | 1010000 |
Color Harmonies of #FCD49A
Complementary color
Monochromatic Colors of #FCD49A
Black with #FCD49A
Text Example
Text Example
White with #FCD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD49A; }
p { color: rgb(252,212,154); }
H1.HeaderClassName
{
color: #FCD49A;
}
.AnyTagClassName
{
color: #FCD49A;
}
</style>
background-color css
<style>
a { background-color: #FCD49A; }
a { background-color: rgb(252,212,154); }
div.DivClassName
{
background-color: #FCD49A;
}
.BgClassName
{
background-color: #FCD49A;
}
</style>
border-color css
<style>
span { border-color: #FCD49A; }
span { border-color: rgb(252,212,154); }
td.TdClassName
{
border-color: #FCD49A;
}
.TagClassName
{
border-color: #FCD49A;
}
</style>