Shades of Caramel #FCD58E
Tints of Caramel #FCD58E
RGB
CMYK
RGB Variations
Color information
#FCD58E (or 0xFCD58E) is known color: Caramel. HEX triplet: FC, D5 and 8E. RGB value is (252,213,142). Sum of RGB (Red+Green+Blue) = 252+213+142=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD58E is #032A71. Grayscale: #D8D8D8. Windows color (decimal): -207474 or 9360892. OLE color: 9360892.
HSL color Cylindrical-coordinate representation of color #FCD58E: hue angle of 38.73º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCD58E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 142 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 38.73º | 0.95% | 0.77% | - |
| HSV(B) | 38.73º | 0.44% | 0.99% | - |
| XYZ | 68.82 | 70.24 | 35.52 | - |
| YUV | 216.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 142 | 0 | 0.15 | 0.44 | 0.01 | 38.73 | 0.95 | 0.77 |
| Hex | FC | D5 | 8E | 0 | F | 2C | 1 | 27 | 5F | 4D |
| Octal | 374 | 325 | 216 | 0 | 17 | 54 | 1 | 47 | 137 | 115 |
| Binary | 11111100 | 11010101 | 10001110 | 0 | 1111 | 101100 | 1 | 100111 | 1011111 | 1001101 |
Color Harmonies of #FCD58E
Complementary color
Monochromatic Colors of #FCD58E
Black with #FCD58E
Text Example
Text Example
White with #FCD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD58E; }
p { color: rgb(252,213,142); }
H1.HeaderClassName
{
color: #FCD58E;
}
.AnyTagClassName
{
color: #FCD58E;
}
</style>
background-color css
<style>
a { background-color: #FCD58E; }
a { background-color: rgb(252,213,142); }
div.DivClassName
{
background-color: #FCD58E;
}
.BgClassName
{
background-color: #FCD58E;
}
</style>
border-color css
<style>
span { border-color: #FCD58E; }
span { border-color: rgb(252,213,142); }
td.TdClassName
{
border-color: #FCD58E;
}
.TagClassName
{
border-color: #FCD58E;
}
</style>