Shades of Caramel #FCD192
Tints of Caramel #FCD192
RGB
CMYK
RGB Variations
Color information
#FCD192 (or 0xFCD192) is known color: Caramel. HEX triplet: FC, D1 and 92. RGB value is (252,209,146). Sum of RGB (Red+Green+Blue) = 252+209+146=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD192 is #032E6D. Grayscale: #D6D6D6. Windows color (decimal): -208494 or 9622012. OLE color: 9622012.
HSL color Cylindrical-coordinate representation of color #FCD192: hue angle of 35.66º 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 #FCD192 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 146 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.01 |
| HSL | 35.66º | 0.95% | 0.78% | - |
| HSV(B) | 35.66º | 0.42% | 0.99% | - |
| XYZ | 68.13 | 68.37 | 36.8 | - |
| YUV | 214.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 146 | 0 | 0.17 | 0.42 | 0.01 | 35.66 | 0.95 | 0.78 |
| Hex | FC | D1 | 92 | 0 | 11 | 2A | 1 | 24 | 5F | 4E |
| Octal | 374 | 321 | 222 | 0 | 21 | 52 | 1 | 44 | 137 | 116 |
| Binary | 11111100 | 11010001 | 10010010 | 0 | 10001 | 101010 | 1 | 100100 | 1011111 | 1001110 |
Color Harmonies of #FCD192
Complementary color
Monochromatic Colors of #FCD192
Black with #FCD192
Text Example
Text Example
White with #FCD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD192; }
p { color: rgb(252,209,146); }
H1.HeaderClassName
{
color: #FCD192;
}
.AnyTagClassName
{
color: #FCD192;
}
</style>
background-color css
<style>
a { background-color: #FCD192; }
a { background-color: rgb(252,209,146); }
div.DivClassName
{
background-color: #FCD192;
}
.BgClassName
{
background-color: #FCD192;
}
</style>
border-color css
<style>
span { border-color: #FCD192; }
span { border-color: rgb(252,209,146); }
td.TdClassName
{
border-color: #FCD192;
}
.TagClassName
{
border-color: #FCD192;
}
</style>