Shades of Caramel #F7CF93
Tints of Caramel #F7CF93
RGB
CMYK
RGB Variations
Color information
#F7CF93 (or 0xF7CF93) is known color: Caramel. HEX triplet: F7, CF and 93. RGB value is (247,207,147). Sum of RGB (Red+Green+Blue) = 247+207+147=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CF93 is #08306C. Grayscale: #D4D4D4. Windows color (decimal): -536685 or 9687031. OLE color: 9687031.
HSL color Cylindrical-coordinate representation of color #F7CF93: hue angle of 36º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7CF93 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 147 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.03 |
| HSL | 36º | 0.86% | 0.77% | - |
| HSV(B) | 36º | 0.4% | 0.97% | - |
| XYZ | 65.94 | 66.51 | 36.97 | - |
| YUV | 212.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 147 | 0 | 0.16 | 0.40 | 0.03 | 36 | 0.86 | 0.77 |
| Hex | F7 | CF | 93 | 0 | 10 | 28 | 3 | 24 | 56 | 4D |
| Octal | 367 | 317 | 223 | 0 | 20 | 50 | 3 | 44 | 126 | 115 |
| Binary | 11110111 | 11001111 | 10010011 | 0 | 10000 | 101000 | 11 | 100100 | 1010110 | 1001101 |
Color Harmonies of #F7CF93
Complementary color
Monochromatic Colors of #F7CF93
Black with #F7CF93
Text Example
Text Example
White with #F7CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF93; }
p { color: rgb(247,207,147); }
H1.HeaderClassName
{
color: #F7CF93;
}
.AnyTagClassName
{
color: #F7CF93;
}
</style>
background-color css
<style>
a { background-color: #F7CF93; }
a { background-color: rgb(247,207,147); }
div.DivClassName
{
background-color: #F7CF93;
}
.BgClassName
{
background-color: #F7CF93;
}
</style>
border-color css
<style>
span { border-color: #F7CF93; }
span { border-color: rgb(247,207,147); }
td.TdClassName
{
border-color: #F7CF93;
}
.TagClassName
{
border-color: #F7CF93;
}
</style>