Shades of Caramel #FAD395
Tints of Caramel #FAD395
RGB
CMYK
RGB Variations
Color information
#FAD395 (or 0xFAD395) is known color: Caramel. HEX triplet: FA, D3 and 95. RGB value is (250,211,149). Sum of RGB (Red+Green+Blue) = 250+211+149=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD395 is #052C6A. Grayscale: #D7D7D7. Windows color (decimal): -339051 or 9819130. OLE color: 9819130.
HSL color Cylindrical-coordinate representation of color #FAD395: hue angle of 36.83º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAD395 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 149 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.02 |
| HSL | 36.83º | 0.91% | 0.78% | - |
| HSV(B) | 36.83º | 0.4% | 0.98% | - |
| XYZ | 68.14 | 69.08 | 38.18 | - |
| YUV | 215.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 149 | 0 | 0.16 | 0.40 | 0.02 | 36.83 | 0.91 | 0.78 |
| Hex | FA | D3 | 95 | 0 | 10 | 28 | 2 | 25 | 5B | 4E |
| Octal | 372 | 323 | 225 | 0 | 20 | 50 | 2 | 45 | 133 | 116 |
| Binary | 11111010 | 11010011 | 10010101 | 0 | 10000 | 101000 | 10 | 100101 | 1011011 | 1001110 |
Color Harmonies of #FAD395
Complementary color
Monochromatic Colors of #FAD395
Black with #FAD395
Text Example
Text Example
White with #FAD395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD395; }
p { color: rgb(250,211,149); }
H1.HeaderClassName
{
color: #FAD395;
}
.AnyTagClassName
{
color: #FAD395;
}
</style>
background-color css
<style>
a { background-color: #FAD395; }
a { background-color: rgb(250,211,149); }
div.DivClassName
{
background-color: #FAD395;
}
.BgClassName
{
background-color: #FAD395;
}
</style>
border-color css
<style>
span { border-color: #FAD395; }
span { border-color: rgb(250,211,149); }
td.TdClassName
{
border-color: #FAD395;
}
.TagClassName
{
border-color: #FAD395;
}
</style>