Shades of Caramel #FCD390
Tints of Caramel #FCD390
RGB
CMYK
RGB Variations
Color information
#FCD390 (or 0xFCD390) is known color: Caramel. HEX triplet: FC, D3 and 90. RGB value is (252,211,144). Sum of RGB (Red+Green+Blue) = 252+211+144=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD390 is #032C6F. Grayscale: #D7D7D7. Windows color (decimal): -207984 or 9491452. OLE color: 9491452.
HSL color Cylindrical-coordinate representation of color #FCD390: hue angle of 37.22º 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 #FCD390 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 144 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.01 |
| HSL | 37.22º | 0.95% | 0.78% | - |
| HSV(B) | 37.22º | 0.43% | 0.99% | - |
| XYZ | 68.47 | 69.3 | 36.15 | - |
| YUV | 215.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 144 | 0 | 0.16 | 0.43 | 0.01 | 37.22 | 0.95 | 0.78 |
| Hex | FC | D3 | 90 | 0 | 10 | 2B | 1 | 25 | 5F | 4E |
| Octal | 374 | 323 | 220 | 0 | 20 | 53 | 1 | 45 | 137 | 116 |
| Binary | 11111100 | 11010011 | 10010000 | 0 | 10000 | 101011 | 1 | 100101 | 1011111 | 1001110 |
Color Harmonies of #FCD390
Complementary color
Monochromatic Colors of #FCD390
Black with #FCD390
Text Example
Text Example
White with #FCD390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD390; }
p { color: rgb(252,211,144); }
H1.HeaderClassName
{
color: #FCD390;
}
.AnyTagClassName
{
color: #FCD390;
}
</style>
background-color css
<style>
a { background-color: #FCD390; }
a { background-color: rgb(252,211,144); }
div.DivClassName
{
background-color: #FCD390;
}
.BgClassName
{
background-color: #FCD390;
}
</style>
border-color css
<style>
span { border-color: #FCD390; }
span { border-color: rgb(252,211,144); }
td.TdClassName
{
border-color: #FCD390;
}
.TagClassName
{
border-color: #FCD390;
}
</style>