Shades of Caramel #FCD79A
Tints of Caramel #FCD79A
RGB
CMYK
RGB Variations
Color information
#FCD79A (or 0xFCD79A) is known color: Caramel. HEX triplet: FC, D7 and 9A. RGB value is (252,215,154). Sum of RGB (Red+Green+Blue) = 252+215+154=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD79A is #032865. Grayscale: #DBDBDB. Windows color (decimal): -206950 or 10147836. OLE color: 10147836.
HSL color Cylindrical-coordinate representation of color #FCD79A: hue angle of 37.35º 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 #FCD79A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 154 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.01 |
| HSL | 37.35º | 0.94% | 0.8% | - |
| HSV(B) | 37.35º | 0.39% | 0.99% | - |
| XYZ | 70.28 | 71.63 | 40.69 | - |
| YUV | 219.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 154 | 0 | 0.15 | 0.39 | 0.01 | 37.35 | 0.94 | 0.8 |
| Hex | FC | D7 | 9A | 0 | F | 27 | 1 | 25 | 5E | 50 |
| Octal | 374 | 327 | 232 | 0 | 17 | 47 | 1 | 45 | 136 | 120 |
| Binary | 11111100 | 11010111 | 10011010 | 0 | 1111 | 100111 | 1 | 100101 | 1011110 | 1010000 |
Color Harmonies of #FCD79A
Complementary color
Monochromatic Colors of #FCD79A
Black with #FCD79A
Text Example
Text Example
White with #FCD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD79A; }
p { color: rgb(252,215,154); }
H1.HeaderClassName
{
color: #FCD79A;
}
.AnyTagClassName
{
color: #FCD79A;
}
</style>
background-color css
<style>
a { background-color: #FCD79A; }
a { background-color: rgb(252,215,154); }
div.DivClassName
{
background-color: #FCD79A;
}
.BgClassName
{
background-color: #FCD79A;
}
</style>
border-color css
<style>
span { border-color: #FCD79A; }
span { border-color: rgb(252,215,154); }
td.TdClassName
{
border-color: #FCD79A;
}
.TagClassName
{
border-color: #FCD79A;
}
</style>