Shades of Caramel #FAD990
Tints of Caramel #FAD990
RGB
CMYK
RGB Variations
Color information
#FAD990 (or 0xFAD990) is known color: Caramel. HEX triplet: FA, D9 and 90. RGB value is (250,217,144). Sum of RGB (Red+Green+Blue) = 250+217+144=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD990 is #05266F. Grayscale: #DADADA. Windows color (decimal): -337520 or 9492986. OLE color: 9492986.
HSL color Cylindrical-coordinate representation of color #FAD990: hue angle of 41.32º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAD990 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 144 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.02 |
| HSL | 41.32º | 0.91% | 0.77% | - |
| HSV(B) | 41.32º | 0.42% | 0.98% | - |
| XYZ | 69.27 | 71.96 | 36.62 | - |
| YUV | 218.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 144 | 0 | 0.13 | 0.42 | 0.02 | 41.32 | 0.91 | 0.77 |
| Hex | FA | D9 | 90 | 0 | D | 2A | 2 | 29 | 5B | 4D |
| Octal | 372 | 331 | 220 | 0 | 15 | 52 | 2 | 51 | 133 | 115 |
| Binary | 11111010 | 11011001 | 10010000 | 0 | 1101 | 101010 | 10 | 101001 | 1011011 | 1001101 |
Color Harmonies of #FAD990
Complementary color
Monochromatic Colors of #FAD990
Black with #FAD990
Text Example
Text Example
White with #FAD990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD990; }
p { color: rgb(250,217,144); }
H1.HeaderClassName
{
color: #FAD990;
}
.AnyTagClassName
{
color: #FAD990;
}
</style>
background-color css
<style>
a { background-color: #FAD990; }
a { background-color: rgb(250,217,144); }
div.DivClassName
{
background-color: #FAD990;
}
.BgClassName
{
background-color: #FAD990;
}
</style>
border-color css
<style>
span { border-color: #FAD990; }
span { border-color: rgb(250,217,144); }
td.TdClassName
{
border-color: #FAD990;
}
.TagClassName
{
border-color: #FAD990;
}
</style>