Shades of Caramel #FCD69A
Tints of Caramel #FCD69A
RGB
CMYK
RGB Variations
Color information
#FCD69A (or 0xFCD69A) is known color: Caramel. HEX triplet: FC, D6 and 9A. RGB value is (252,214,154). Sum of RGB (Red+Green+Blue) = 252+214+154=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD69A is #032965. Grayscale: #DADADA. Windows color (decimal): -207206 or 10147580. OLE color: 10147580.
HSL color Cylindrical-coordinate representation of color #FCD69A: hue angle of 36.73º 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 #FCD69A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 154 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.01 |
| HSL | 36.73º | 0.94% | 0.8% | - |
| HSV(B) | 36.73º | 0.39% | 0.99% | - |
| XYZ | 70.02 | 71.12 | 40.61 | - |
| YUV | 218.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 154 | 0 | 0.15 | 0.39 | 0.01 | 36.73 | 0.94 | 0.8 |
| Hex | FC | D6 | 9A | 0 | F | 27 | 1 | 25 | 5E | 50 |
| Octal | 374 | 326 | 232 | 0 | 17 | 47 | 1 | 45 | 136 | 120 |
| Binary | 11111100 | 11010110 | 10011010 | 0 | 1111 | 100111 | 1 | 100101 | 1011110 | 1010000 |
Color Harmonies of #FCD69A
Complementary color
Monochromatic Colors of #FCD69A
Black with #FCD69A
Text Example
Text Example
White with #FCD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD69A; }
p { color: rgb(252,214,154); }
H1.HeaderClassName
{
color: #FCD69A;
}
.AnyTagClassName
{
color: #FCD69A;
}
</style>
background-color css
<style>
a { background-color: #FCD69A; }
a { background-color: rgb(252,214,154); }
div.DivClassName
{
background-color: #FCD69A;
}
.BgClassName
{
background-color: #FCD69A;
}
</style>
border-color css
<style>
span { border-color: #FCD69A; }
span { border-color: rgb(252,214,154); }
td.TdClassName
{
border-color: #FCD69A;
}
.TagClassName
{
border-color: #FCD69A;
}
</style>