Shades of Caramel #FCD28E
Tints of Caramel #FCD28E
RGB
CMYK
RGB Variations
Color information
#FCD28E (or 0xFCD28E) is known color: Caramel. HEX triplet: FC, D2 and 8E. RGB value is (252,210,142). Sum of RGB (Red+Green+Blue) = 252+210+142=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD28E is #032D71. Grayscale: #D7D7D7. Windows color (decimal): -208242 or 9360124. OLE color: 9360124.
HSL color Cylindrical-coordinate representation of color #FCD28E: hue angle of 37.09º 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 #FCD28E is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 142 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.01 |
| HSL | 37.09º | 0.95% | 0.77% | - |
| HSV(B) | 37.09º | 0.44% | 0.99% | - |
| XYZ | 68.07 | 68.74 | 35.27 | - |
| YUV | 214.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 142 | 0 | 0.17 | 0.44 | 0.01 | 37.09 | 0.95 | 0.77 |
| Hex | FC | D2 | 8E | 0 | 11 | 2C | 1 | 25 | 5F | 4D |
| Octal | 374 | 322 | 216 | 0 | 21 | 54 | 1 | 45 | 137 | 115 |
| Binary | 11111100 | 11010010 | 10001110 | 0 | 10001 | 101100 | 1 | 100101 | 1011111 | 1001101 |
Color Harmonies of #FCD28E
Complementary color
Monochromatic Colors of #FCD28E
Black with #FCD28E
Text Example
Text Example
White with #FCD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD28E; }
p { color: rgb(252,210,142); }
H1.HeaderClassName
{
color: #FCD28E;
}
.AnyTagClassName
{
color: #FCD28E;
}
</style>
background-color css
<style>
a { background-color: #FCD28E; }
a { background-color: rgb(252,210,142); }
div.DivClassName
{
background-color: #FCD28E;
}
.BgClassName
{
background-color: #FCD28E;
}
</style>
border-color css
<style>
span { border-color: #FCD28E; }
span { border-color: rgb(252,210,142); }
td.TdClassName
{
border-color: #FCD28E;
}
.TagClassName
{
border-color: #FCD28E;
}
</style>