Shades of Caramel #F8D098
Tints of Caramel #F8D098
RGB
CMYK
RGB Variations
Color information
#F8D098 (or 0xF8D098) is known color: Caramel. HEX triplet: F8, D0 and 98. RGB value is (248,208,152). Sum of RGB (Red+Green+Blue) = 248+208+152=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D098 is #072F67. Grayscale: #D5D5D5. Windows color (decimal): -470888 or 10014968. OLE color: 10014968.
HSL color Cylindrical-coordinate representation of color #F8D098: hue angle of 35º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8D098 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 152 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.03 |
| HSL | 35º | 0.87% | 0.78% | - |
| HSV(B) | 35º | 0.39% | 0.97% | - |
| XYZ | 66.93 | 67.34 | 39.17 | - |
| YUV | 213.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 152 | 0 | 0.16 | 0.39 | 0.03 | 35 | 0.87 | 0.78 |
| Hex | F8 | D0 | 98 | 0 | 10 | 27 | 3 | 23 | 57 | 4E |
| Octal | 370 | 320 | 230 | 0 | 20 | 47 | 3 | 43 | 127 | 116 |
| Binary | 11111000 | 11010000 | 10011000 | 0 | 10000 | 100111 | 11 | 100011 | 1010111 | 1001110 |
Color Harmonies of #F8D098
Complementary color
Monochromatic Colors of #F8D098
Black with #F8D098
Text Example
Text Example
White with #F8D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D098; }
p { color: rgb(248,208,152); }
H1.HeaderClassName
{
color: #F8D098;
}
.AnyTagClassName
{
color: #F8D098;
}
</style>
background-color css
<style>
a { background-color: #F8D098; }
a { background-color: rgb(248,208,152); }
div.DivClassName
{
background-color: #F8D098;
}
.BgClassName
{
background-color: #F8D098;
}
</style>
border-color css
<style>
span { border-color: #F8D098; }
span { border-color: rgb(248,208,152); }
td.TdClassName
{
border-color: #F8D098;
}
.TagClassName
{
border-color: #F8D098;
}
</style>