Shades of Caramel #FCD790
Tints of Caramel #FCD790
RGB
CMYK
RGB Variations
Color information
#FCD790 (or 0xFCD790) is known color: Caramel. HEX triplet: FC, D7 and 90. RGB value is (252,215,144). Sum of RGB (Red+Green+Blue) = 252+215+144=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD790 is #03286F. Grayscale: #DADADA. Windows color (decimal): -206960 or 9492476. OLE color: 9492476.
HSL color Cylindrical-coordinate representation of color #FCD790: hue angle of 39.44º 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 #FCD790 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 144 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.01 |
| HSL | 39.44º | 0.95% | 0.78% | - |
| HSV(B) | 39.44º | 0.43% | 0.99% | - |
| XYZ | 69.48 | 71.31 | 36.49 | - |
| YUV | 217.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 144 | 0 | 0.15 | 0.43 | 0.01 | 39.44 | 0.95 | 0.78 |
| Hex | FC | D7 | 90 | 0 | F | 2B | 1 | 27 | 5F | 4E |
| Octal | 374 | 327 | 220 | 0 | 17 | 53 | 1 | 47 | 137 | 116 |
| Binary | 11111100 | 11010111 | 10010000 | 0 | 1111 | 101011 | 1 | 100111 | 1011111 | 1001110 |
Color Harmonies of #FCD790
Complementary color
Monochromatic Colors of #FCD790
Black with #FCD790
Text Example
Text Example
White with #FCD790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD790; }
p { color: rgb(252,215,144); }
H1.HeaderClassName
{
color: #FCD790;
}
.AnyTagClassName
{
color: #FCD790;
}
</style>
background-color css
<style>
a { background-color: #FCD790; }
a { background-color: rgb(252,215,144); }
div.DivClassName
{
background-color: #FCD790;
}
.BgClassName
{
background-color: #FCD790;
}
</style>
border-color css
<style>
span { border-color: #FCD790; }
span { border-color: rgb(252,215,144); }
td.TdClassName
{
border-color: #FCD790;
}
.TagClassName
{
border-color: #FCD790;
}
</style>