Shades of Caramel #FCD297
Tints of Caramel #FCD297
RGB
CMYK
RGB Variations
Color information
#FCD297 (or 0xFCD297) is known color: Caramel. HEX triplet: FC, D2 and 97. RGB value is (252,210,151). Sum of RGB (Red+Green+Blue) = 252+210+151=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD297 is #032D68. Grayscale: #D8D8D8. Windows color (decimal): -208233 or 9949948. OLE color: 9949948.
HSL color Cylindrical-coordinate representation of color #FCD297: hue angle of 35.05º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCD297 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 151 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.01 |
| HSL | 35.05º | 0.94% | 0.79% | - |
| HSV(B) | 35.05º | 0.4% | 0.99% | - |
| XYZ | 68.78 | 69.02 | 38.98 | - |
| YUV | 215.83 | 91.41 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 151 | 0 | 0.17 | 0.40 | 0.01 | 35.05 | 0.94 | 0.79 |
| Hex | FC | D2 | 97 | 0 | 11 | 28 | 1 | 23 | 5E | 4F |
| Octal | 374 | 322 | 227 | 0 | 21 | 50 | 1 | 43 | 136 | 117 |
| Binary | 11111100 | 11010010 | 10010111 | 0 | 10001 | 101000 | 1 | 100011 | 1011110 | 1001111 |
Color Harmonies of #FCD297
Complementary color
Monochromatic Colors of #FCD297
Black with #FCD297
Text Example
Text Example
White with #FCD297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD297; }
p { color: rgb(252,210,151); }
H1.HeaderClassName
{
color: #FCD297;
}
.AnyTagClassName
{
color: #FCD297;
}
</style>
background-color css
<style>
a { background-color: #FCD297; }
a { background-color: rgb(252,210,151); }
div.DivClassName
{
background-color: #FCD297;
}
.BgClassName
{
background-color: #FCD297;
}
</style>
border-color css
<style>
span { border-color: #FCD297; }
span { border-color: rgb(252,210,151); }
td.TdClassName
{
border-color: #FCD297;
}
.TagClassName
{
border-color: #FCD297;
}
</style>