Shades of Caramel #F7D090
Tints of Caramel #F7D090
RGB
CMYK
RGB Variations
Color information
#F7D090 (or 0xF7D090) is known color: Caramel. HEX triplet: F7, D0 and 90. RGB value is (247,208,144). Sum of RGB (Red+Green+Blue) = 247+208+144=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D090 is #082F6F. Grayscale: #D4D4D4. Windows color (decimal): -536432 or 9490679. OLE color: 9490679.
HSL color Cylindrical-coordinate representation of color #F7D090: hue angle of 37.28º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7D090 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 144 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.03 |
| HSL | 37.28º | 0.87% | 0.77% | - |
| HSV(B) | 37.28º | 0.42% | 0.97% | - |
| XYZ | 65.95 | 66.9 | 35.82 | - |
| YUV | 212.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 144 | 0 | 0.16 | 0.42 | 0.03 | 37.28 | 0.87 | 0.77 |
| Hex | F7 | D0 | 90 | 0 | 10 | 2A | 3 | 25 | 57 | 4D |
| Octal | 367 | 320 | 220 | 0 | 20 | 52 | 3 | 45 | 127 | 115 |
| Binary | 11110111 | 11010000 | 10010000 | 0 | 10000 | 101010 | 11 | 100101 | 1010111 | 1001101 |
Color Harmonies of #F7D090
Complementary color
Monochromatic Colors of #F7D090
Black with #F7D090
Text Example
Text Example
White with #F7D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D090; }
p { color: rgb(247,208,144); }
H1.HeaderClassName
{
color: #F7D090;
}
.AnyTagClassName
{
color: #F7D090;
}
</style>
background-color css
<style>
a { background-color: #F7D090; }
a { background-color: rgb(247,208,144); }
div.DivClassName
{
background-color: #F7D090;
}
.BgClassName
{
background-color: #F7D090;
}
</style>
border-color css
<style>
span { border-color: #F7D090; }
span { border-color: rgb(247,208,144); }
td.TdClassName
{
border-color: #F7D090;
}
.TagClassName
{
border-color: #F7D090;
}
</style>