Shades of Caramel #F8D293
Tints of Caramel #F8D293
RGB
CMYK
RGB Variations
Color information
#F8D293 (or 0xF8D293) is known color: Caramel. HEX triplet: F8, D2 and 93. RGB value is (248,210,147). Sum of RGB (Red+Green+Blue) = 248+210+147=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D293 is #072D6C. Grayscale: #D6D6D6. Windows color (decimal): -470381 or 9687800. OLE color: 9687800.
HSL color Cylindrical-coordinate representation of color #F8D293: hue angle of 37.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8D293 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 147 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.03 |
| HSL | 37.43º | 0.88% | 0.77% | - |
| HSV(B) | 37.43º | 0.41% | 0.97% | - |
| XYZ | 67.02 | 68.16 | 37.23 | - |
| YUV | 214.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 147 | 0 | 0.15 | 0.41 | 0.03 | 37.43 | 0.88 | 0.77 |
| Hex | F8 | D2 | 93 | 0 | F | 29 | 3 | 25 | 58 | 4D |
| Octal | 370 | 322 | 223 | 0 | 17 | 51 | 3 | 45 | 130 | 115 |
| Binary | 11111000 | 11010010 | 10010011 | 0 | 1111 | 101001 | 11 | 100101 | 1011000 | 1001101 |
Color Harmonies of #F8D293
Complementary color
Monochromatic Colors of #F8D293
Black with #F8D293
Text Example
Text Example
White with #F8D293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D293; }
p { color: rgb(248,210,147); }
H1.HeaderClassName
{
color: #F8D293;
}
.AnyTagClassName
{
color: #F8D293;
}
</style>
background-color css
<style>
a { background-color: #F8D293; }
a { background-color: rgb(248,210,147); }
div.DivClassName
{
background-color: #F8D293;
}
.BgClassName
{
background-color: #F8D293;
}
</style>
border-color css
<style>
span { border-color: #F8D293; }
span { border-color: rgb(248,210,147); }
td.TdClassName
{
border-color: #F8D293;
}
.TagClassName
{
border-color: #F8D293;
}
</style>