Shades of Caramel #FCD594
Tints of Caramel #FCD594
RGB
CMYK
RGB Variations
Color information
#FCD594 (or 0xFCD594) is known color: Caramel. HEX triplet: FC, D5 and 94. RGB value is (252,213,148). Sum of RGB (Red+Green+Blue) = 252+213+148=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD594 is #032A6B. Grayscale: #D9D9D9. Windows color (decimal): -207468 or 9754108. OLE color: 9754108.
HSL color Cylindrical-coordinate representation of color #FCD594: hue angle of 37.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCD594 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 148 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.01 |
| HSL | 37.5º | 0.95% | 0.78% | - |
| HSV(B) | 37.5º | 0.41% | 0.99% | - |
| XYZ | 69.28 | 70.42 | 37.96 | - |
| YUV | 217.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 148 | 0 | 0.15 | 0.41 | 0.01 | 37.5 | 0.95 | 0.78 |
| Hex | FC | D5 | 94 | 0 | F | 29 | 1 | 26 | 5F | 4E |
| Octal | 374 | 325 | 224 | 0 | 17 | 51 | 1 | 46 | 137 | 116 |
| Binary | 11111100 | 11010101 | 10010100 | 0 | 1111 | 101001 | 1 | 100110 | 1011111 | 1001110 |
Color Harmonies of #FCD594
Complementary color
Monochromatic Colors of #FCD594
Black with #FCD594
Text Example
Text Example
White with #FCD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD594; }
p { color: rgb(252,213,148); }
H1.HeaderClassName
{
color: #FCD594;
}
.AnyTagClassName
{
color: #FCD594;
}
</style>
background-color css
<style>
a { background-color: #FCD594; }
a { background-color: rgb(252,213,148); }
div.DivClassName
{
background-color: #FCD594;
}
.BgClassName
{
background-color: #FCD594;
}
</style>
border-color css
<style>
span { border-color: #FCD594; }
span { border-color: rgb(252,213,148); }
td.TdClassName
{
border-color: #FCD594;
}
.TagClassName
{
border-color: #FCD594;
}
</style>