Shades of Caramel #F7D290
Tints of Caramel #F7D290
RGB
CMYK
RGB Variations
Color information
#F7D290 (or 0xF7D290) is known color: Caramel. HEX triplet: F7, D2 and 90. RGB value is (247,210,144). Sum of RGB (Red+Green+Blue) = 247+210+144=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D290 is #082D6F. Grayscale: #D5D5D5. Windows color (decimal): -535920 or 9491191. OLE color: 9491191.
HSL color Cylindrical-coordinate representation of color #F7D290: hue angle of 38.45º 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 #F7D290 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 144 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.03 |
| HSL | 38.45º | 0.87% | 0.77% | - |
| HSV(B) | 38.45º | 0.42% | 0.97% | - |
| XYZ | 66.44 | 67.88 | 35.99 | - |
| YUV | 213.54 | 88.76 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 144 | 0 | 0.15 | 0.42 | 0.03 | 38.45 | 0.87 | 0.77 |
| Hex | F7 | D2 | 90 | 0 | F | 2A | 3 | 26 | 57 | 4D |
| Octal | 367 | 322 | 220 | 0 | 17 | 52 | 3 | 46 | 127 | 115 |
| Binary | 11110111 | 11010010 | 10010000 | 0 | 1111 | 101010 | 11 | 100110 | 1010111 | 1001101 |
Color Harmonies of #F7D290
Complementary color
Monochromatic Colors of #F7D290
Black with #F7D290
Text Example
Text Example
White with #F7D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D290; }
p { color: rgb(247,210,144); }
H1.HeaderClassName
{
color: #F7D290;
}
.AnyTagClassName
{
color: #F7D290;
}
</style>
background-color css
<style>
a { background-color: #F7D290; }
a { background-color: rgb(247,210,144); }
div.DivClassName
{
background-color: #F7D290;
}
.BgClassName
{
background-color: #F7D290;
}
</style>
border-color css
<style>
span { border-color: #F7D290; }
span { border-color: rgb(247,210,144); }
td.TdClassName
{
border-color: #F7D290;
}
.TagClassName
{
border-color: #F7D290;
}
</style>