Shades of Caramel #FCD290
Tints of Caramel #FCD290
RGB
CMYK
RGB Variations
Color information
#FCD290 (or 0xFCD290) is known color: Caramel. HEX triplet: FC, D2 and 90. RGB value is (252,210,144). Sum of RGB (Red+Green+Blue) = 252+210+144=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD290 is #032D6F. Grayscale: #D7D7D7. Windows color (decimal): -208240 or 9491196. OLE color: 9491196.
HSL color Cylindrical-coordinate representation of color #FCD290: hue angle of 36.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCD290 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 144 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.01 |
| HSL | 36.67º | 0.95% | 0.78% | - |
| HSV(B) | 36.67º | 0.43% | 0.99% | - |
| XYZ | 68.23 | 68.8 | 36.07 | - |
| YUV | 215.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 144 | 0 | 0.17 | 0.43 | 0.01 | 36.67 | 0.95 | 0.78 |
| Hex | FC | D2 | 90 | 0 | 11 | 2B | 1 | 25 | 5F | 4E |
| Octal | 374 | 322 | 220 | 0 | 21 | 53 | 1 | 45 | 137 | 116 |
| Binary | 11111100 | 11010010 | 10010000 | 0 | 10001 | 101011 | 1 | 100101 | 1011111 | 1001110 |
Color Harmonies of #FCD290
Complementary color
Monochromatic Colors of #FCD290
Black with #FCD290
Text Example
Text Example
White with #FCD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD290; }
p { color: rgb(252,210,144); }
H1.HeaderClassName
{
color: #FCD290;
}
.AnyTagClassName
{
color: #FCD290;
}
</style>
background-color css
<style>
a { background-color: #FCD290; }
a { background-color: rgb(252,210,144); }
div.DivClassName
{
background-color: #FCD290;
}
.BgClassName
{
background-color: #FCD290;
}
</style>
border-color css
<style>
span { border-color: #FCD290; }
span { border-color: rgb(252,210,144); }
td.TdClassName
{
border-color: #FCD290;
}
.TagClassName
{
border-color: #FCD290;
}
</style>