Shades of Caramel #FCD99A
Tints of Caramel #FCD99A
RGB
CMYK
RGB Variations
Color information
#FCD99A (or 0xFCD99A) is known color: Caramel. HEX triplet: FC, D9 and 9A. RGB value is (252,217,154). Sum of RGB (Red+Green+Blue) = 252+217+154=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD99A is #032665. Grayscale: #DCDCDC. Windows color (decimal): -206438 or 10148348. OLE color: 10148348.
HSL color Cylindrical-coordinate representation of color #FCD99A: hue angle of 38.57º 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 #FCD99A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 154 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.01 |
| HSL | 38.57º | 0.94% | 0.8% | - |
| HSV(B) | 38.57º | 0.39% | 0.99% | - |
| XYZ | 70.79 | 72.65 | 40.86 | - |
| YUV | 220.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 154 | 0 | 0.14 | 0.39 | 0.01 | 38.57 | 0.94 | 0.8 |
| Hex | FC | D9 | 9A | 0 | E | 27 | 1 | 27 | 5E | 50 |
| Octal | 374 | 331 | 232 | 0 | 16 | 47 | 1 | 47 | 136 | 120 |
| Binary | 11111100 | 11011001 | 10011010 | 0 | 1110 | 100111 | 1 | 100111 | 1011110 | 1010000 |
Color Harmonies of #FCD99A
Complementary color
Monochromatic Colors of #FCD99A
Black with #FCD99A
Text Example
Text Example
White with #FCD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD99A; }
p { color: rgb(252,217,154); }
H1.HeaderClassName
{
color: #FCD99A;
}
.AnyTagClassName
{
color: #FCD99A;
}
</style>
background-color css
<style>
a { background-color: #FCD99A; }
a { background-color: rgb(252,217,154); }
div.DivClassName
{
background-color: #FCD99A;
}
.BgClassName
{
background-color: #FCD99A;
}
</style>
border-color css
<style>
span { border-color: #FCD99A; }
span { border-color: rgb(252,217,154); }
td.TdClassName
{
border-color: #FCD99A;
}
.TagClassName
{
border-color: #FCD99A;
}
</style>