Shades of Caramel #FCD68E
Tints of Caramel #FCD68E
RGB
CMYK
RGB Variations
Color information
#FCD68E (or 0xFCD68E) is known color: Caramel. HEX triplet: FC, D6 and 8E. RGB value is (252,214,142). Sum of RGB (Red+Green+Blue) = 252+214+142=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 142 (55.86% from 255 or 23.36% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD68E is #032971. Grayscale: #D9D9D9. Windows color (decimal): -207218 or 9361148. OLE color: 9361148.
HSL color Cylindrical-coordinate representation of color #FCD68E: hue angle of 39.27º 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 #FCD68E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 142 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 39.27º | 0.95% | 0.77% | - |
| HSV(B) | 39.27º | 0.44% | 0.99% | - |
| XYZ | 69.07 | 70.74 | 35.61 | - |
| YUV | 217.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 142 | 0 | 0.15 | 0.44 | 0.01 | 39.27 | 0.95 | 0.77 |
| Hex | FC | D6 | 8E | 0 | F | 2C | 1 | 27 | 5F | 4D |
| Octal | 374 | 326 | 216 | 0 | 17 | 54 | 1 | 47 | 137 | 115 |
| Binary | 11111100 | 11010110 | 10001110 | 0 | 1111 | 101100 | 1 | 100111 | 1011111 | 1001101 |
Color Harmonies of #FCD68E
Complementary color
Monochromatic Colors of #FCD68E
Black with #FCD68E
Text Example
Text Example
White with #FCD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD68E; }
p { color: rgb(252,214,142); }
H1.HeaderClassName
{
color: #FCD68E;
}
.AnyTagClassName
{
color: #FCD68E;
}
</style>
background-color css
<style>
a { background-color: #FCD68E; }
a { background-color: rgb(252,214,142); }
div.DivClassName
{
background-color: #FCD68E;
}
.BgClassName
{
background-color: #FCD68E;
}
</style>
border-color css
<style>
span { border-color: #FCD68E; }
span { border-color: rgb(252,214,142); }
td.TdClassName
{
border-color: #FCD68E;
}
.TagClassName
{
border-color: #FCD68E;
}
</style>