Shades of Caramel #F7D39A
Tints of Caramel #F7D39A
RGB
CMYK
RGB Variations
Color information
#F7D39A (or 0xF7D39A) is known color: Caramel. HEX triplet: F7, D3 and 9A. RGB value is (247,211,154). Sum of RGB (Red+Green+Blue) = 247+211+154=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D39A is #082C65. Grayscale: #D7D7D7. Windows color (decimal): -535654 or 10146807. OLE color: 10146807.
HSL color Cylindrical-coordinate representation of color #F7D39A: hue angle of 36.77º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7D39A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 154 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.03 |
| HSL | 36.77º | 0.85% | 0.79% | - |
| HSV(B) | 36.77º | 0.38% | 0.97% | - |
| XYZ | 67.48 | 68.7 | 40.27 | - |
| YUV | 215.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 154 | 0 | 0.15 | 0.38 | 0.03 | 36.77 | 0.85 | 0.79 |
| Hex | F7 | D3 | 9A | 0 | F | 26 | 3 | 25 | 55 | 4F |
| Octal | 367 | 323 | 232 | 0 | 17 | 46 | 3 | 45 | 125 | 117 |
| Binary | 11110111 | 11010011 | 10011010 | 0 | 1111 | 100110 | 11 | 100101 | 1010101 | 1001111 |
Color Harmonies of #F7D39A
Complementary color
Monochromatic Colors of #F7D39A
Black with #F7D39A
Text Example
Text Example
White with #F7D39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D39A; }
p { color: rgb(247,211,154); }
H1.HeaderClassName
{
color: #F7D39A;
}
.AnyTagClassName
{
color: #F7D39A;
}
</style>
background-color css
<style>
a { background-color: #F7D39A; }
a { background-color: rgb(247,211,154); }
div.DivClassName
{
background-color: #F7D39A;
}
.BgClassName
{
background-color: #F7D39A;
}
</style>
border-color css
<style>
span { border-color: #F7D39A; }
span { border-color: rgb(247,211,154); }
td.TdClassName
{
border-color: #F7D39A;
}
.TagClassName
{
border-color: #F7D39A;
}
</style>