Shades of Caramel #F8D093
Tints of Caramel #F8D093
RGB
CMYK
RGB Variations
Color information
#F8D093 (or 0xF8D093) is known color: Caramel. HEX triplet: F8, D0 and 93. RGB value is (248,208,147). Sum of RGB (Red+Green+Blue) = 248+208+147=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D093 is #072F6C. Grayscale: #D5D5D5. Windows color (decimal): -470893 or 9687288. OLE color: 9687288.
HSL color Cylindrical-coordinate representation of color #F8D093: hue angle of 36.24º 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 #F8D093 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 147 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.03 |
| HSL | 36.24º | 0.88% | 0.77% | - |
| HSV(B) | 36.24º | 0.41% | 0.97% | - |
| XYZ | 66.53 | 67.17 | 37.06 | - |
| YUV | 213.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 147 | 0 | 0.16 | 0.41 | 0.03 | 36.24 | 0.88 | 0.77 |
| Hex | F8 | D0 | 93 | 0 | 10 | 29 | 3 | 24 | 58 | 4D |
| Octal | 370 | 320 | 223 | 0 | 20 | 51 | 3 | 44 | 130 | 115 |
| Binary | 11111000 | 11010000 | 10010011 | 0 | 10000 | 101001 | 11 | 100100 | 1011000 | 1001101 |
Color Harmonies of #F8D093
Complementary color
Monochromatic Colors of #F8D093
Black with #F8D093
Text Example
Text Example
White with #F8D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D093; }
p { color: rgb(248,208,147); }
H1.HeaderClassName
{
color: #F8D093;
}
.AnyTagClassName
{
color: #F8D093;
}
</style>
background-color css
<style>
a { background-color: #F8D093; }
a { background-color: rgb(248,208,147); }
div.DivClassName
{
background-color: #F8D093;
}
.BgClassName
{
background-color: #F8D093;
}
</style>
border-color css
<style>
span { border-color: #F8D093; }
span { border-color: rgb(248,208,147); }
td.TdClassName
{
border-color: #F8D093;
}
.TagClassName
{
border-color: #F8D093;
}
</style>