Shades of Caramel #FCD09A
Tints of Caramel #FCD09A
RGB
CMYK
RGB Variations
Color information
#FCD09A (or 0xFCD09A) is known color: Caramel. HEX triplet: FC, D0 and 9A. RGB value is (252,208,154). Sum of RGB (Red+Green+Blue) = 252+208+154=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD09A is #032F65. Grayscale: #D7D7D7. Windows color (decimal): -208742 or 10146044. OLE color: 10146044.
HSL color Cylindrical-coordinate representation of color #FCD09A: hue angle of 33.06º 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 #FCD09A is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 154 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.01 |
| HSL | 33.06º | 0.94% | 0.8% | - |
| HSV(B) | 33.06º | 0.39% | 0.99% | - |
| XYZ | 68.53 | 68.14 | 40.11 | - |
| YUV | 215 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 154 | 0 | 0.17 | 0.39 | 0.01 | 33.06 | 0.94 | 0.8 |
| Hex | FC | D0 | 9A | 0 | 11 | 27 | 1 | 21 | 5E | 50 |
| Octal | 374 | 320 | 232 | 0 | 21 | 47 | 1 | 41 | 136 | 120 |
| Binary | 11111100 | 11010000 | 10011010 | 0 | 10001 | 100111 | 1 | 100001 | 1011110 | 1010000 |
Color Harmonies of #FCD09A
Complementary color
Monochromatic Colors of #FCD09A
Black with #FCD09A
Text Example
Text Example
White with #FCD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD09A; }
p { color: rgb(252,208,154); }
H1.HeaderClassName
{
color: #FCD09A;
}
.AnyTagClassName
{
color: #FCD09A;
}
</style>
background-color css
<style>
a { background-color: #FCD09A; }
a { background-color: rgb(252,208,154); }
div.DivClassName
{
background-color: #FCD09A;
}
.BgClassName
{
background-color: #FCD09A;
}
</style>
border-color css
<style>
span { border-color: #FCD09A; }
span { border-color: rgb(252,208,154); }
td.TdClassName
{
border-color: #FCD09A;
}
.TagClassName
{
border-color: #FCD09A;
}
</style>