Shades of Caramel #FCD78D
Tints of Caramel #FCD78D
RGB
CMYK
RGB Variations
Color information
#FCD78D (or 0xFCD78D) is known color: Caramel. HEX triplet: FC, D7 and 8D. RGB value is (252,215,141). Sum of RGB (Red+Green+Blue) = 252+215+141=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD78D is #032872. Grayscale: #D9D9D9. Windows color (decimal): -206963 or 9295868. OLE color: 9295868.
HSL color Cylindrical-coordinate representation of color #FCD78D: hue angle of 40º 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 #FCD78D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 141 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 40º | 0.95% | 0.77% | - |
| HSV(B) | 40º | 0.44% | 0.99% | - |
| XYZ | 69.25 | 71.22 | 35.3 | - |
| YUV | 217.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 141 | 0 | 0.15 | 0.44 | 0.01 | 40 | 0.95 | 0.77 |
| Hex | FC | D7 | 8D | 0 | F | 2C | 1 | 28 | 5F | 4D |
| Octal | 374 | 327 | 215 | 0 | 17 | 54 | 1 | 50 | 137 | 115 |
| Binary | 11111100 | 11010111 | 10001101 | 0 | 1111 | 101100 | 1 | 101000 | 1011111 | 1001101 |
Color Harmonies of #FCD78D
Complementary color
Monochromatic Colors of #FCD78D
Black with #FCD78D
Text Example
Text Example
White with #FCD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD78D; }
p { color: rgb(252,215,141); }
H1.HeaderClassName
{
color: #FCD78D;
}
.AnyTagClassName
{
color: #FCD78D;
}
</style>
background-color css
<style>
a { background-color: #FCD78D; }
a { background-color: rgb(252,215,141); }
div.DivClassName
{
background-color: #FCD78D;
}
.BgClassName
{
background-color: #FCD78D;
}
</style>
border-color css
<style>
span { border-color: #FCD78D; }
span { border-color: rgb(252,215,141); }
td.TdClassName
{
border-color: #FCD78D;
}
.TagClassName
{
border-color: #FCD78D;
}
</style>