Shades of Caramel #F8D59D
Tints of Caramel #F8D59D
RGB
CMYK
RGB Variations
Color information
#F8D59D (or 0xF8D59D) is known color: Caramel. HEX triplet: F8, D5 and 9D. RGB value is (248,213,157). Sum of RGB (Red+Green+Blue) = 248+213+157=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D59D is #072A62. Grayscale: #D9D9D9. Windows color (decimal): -469603 or 10343928. OLE color: 10343928.
HSL color Cylindrical-coordinate representation of color #F8D59D: hue angle of 36.92º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8D59D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 157 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.03 |
| HSL | 36.92º | 0.87% | 0.79% | - |
| HSV(B) | 36.92º | 0.37% | 0.97% | - |
| XYZ | 68.59 | 69.98 | 41.79 | - |
| YUV | 217.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 157 | 0 | 0.14 | 0.37 | 0.03 | 36.92 | 0.87 | 0.79 |
| Hex | F8 | D5 | 9D | 0 | E | 25 | 3 | 25 | 57 | 4F |
| Octal | 370 | 325 | 235 | 0 | 16 | 45 | 3 | 45 | 127 | 117 |
| Binary | 11111000 | 11010101 | 10011101 | 0 | 1110 | 100101 | 11 | 100101 | 1010111 | 1001111 |
Color Harmonies of #F8D59D
Complementary color
Monochromatic Colors of #F8D59D
Black with #F8D59D
Text Example
Text Example
White with #F8D59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D59D; }
p { color: rgb(248,213,157); }
H1.HeaderClassName
{
color: #F8D59D;
}
.AnyTagClassName
{
color: #F8D59D;
}
</style>
background-color css
<style>
a { background-color: #F8D59D; }
a { background-color: rgb(248,213,157); }
div.DivClassName
{
background-color: #F8D59D;
}
.BgClassName
{
background-color: #F8D59D;
}
</style>
border-color css
<style>
span { border-color: #F8D59D; }
span { border-color: rgb(248,213,157); }
td.TdClassName
{
border-color: #F8D59D;
}
.TagClassName
{
border-color: #F8D59D;
}
</style>