Shades of Caramel #FCD892
Tints of Caramel #FCD892
RGB
CMYK
RGB Variations
Color information
#FCD892 (or 0xFCD892) is known color: Caramel. HEX triplet: FC, D8 and 92. RGB value is (252,216,146). Sum of RGB (Red+Green+Blue) = 252+216+146=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD892 is #03276D. Grayscale: #DBDBDB. Windows color (decimal): -206702 or 9623804. OLE color: 9623804.
HSL color Cylindrical-coordinate representation of color #FCD892: hue angle of 39.62º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCD892 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 146 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.01 |
| HSL | 39.62º | 0.95% | 0.78% | - |
| HSV(B) | 39.62º | 0.42% | 0.99% | - |
| XYZ | 69.89 | 71.88 | 37.39 | - |
| YUV | 218.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 146 | 0 | 0.14 | 0.42 | 0.01 | 39.62 | 0.95 | 0.78 |
| Hex | FC | D8 | 92 | 0 | E | 2A | 1 | 28 | 5F | 4E |
| Octal | 374 | 330 | 222 | 0 | 16 | 52 | 1 | 50 | 137 | 116 |
| Binary | 11111100 | 11011000 | 10010010 | 0 | 1110 | 101010 | 1 | 101000 | 1011111 | 1001110 |
Color Harmonies of #FCD892
Complementary color
Monochromatic Colors of #FCD892
Black with #FCD892
Text Example
Text Example
White with #FCD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD892; }
p { color: rgb(252,216,146); }
H1.HeaderClassName
{
color: #FCD892;
}
.AnyTagClassName
{
color: #FCD892;
}
</style>
background-color css
<style>
a { background-color: #FCD892; }
a { background-color: rgb(252,216,146); }
div.DivClassName
{
background-color: #FCD892;
}
.BgClassName
{
background-color: #FCD892;
}
</style>
border-color css
<style>
span { border-color: #FCD892; }
span { border-color: rgb(252,216,146); }
td.TdClassName
{
border-color: #FCD892;
}
.TagClassName
{
border-color: #FCD892;
}
</style>