Shades of Caramel #F8D097
Tints of Caramel #F8D097
RGB
CMYK
RGB Variations
Color information
#F8D097 (or 0xF8D097) is known color: Caramel. HEX triplet: F8, D0 and 97. RGB value is (248,208,151). Sum of RGB (Red+Green+Blue) = 248+208+151=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D097 is #072F68. Grayscale: #D5D5D5. Windows color (decimal): -470889 or 9949432. OLE color: 9949432.
HSL color Cylindrical-coordinate representation of color #F8D097: hue angle of 35.26º 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 #F8D097 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 151 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.03 |
| HSL | 35.26º | 0.87% | 0.78% | - |
| HSV(B) | 35.26º | 0.39% | 0.97% | - |
| XYZ | 66.85 | 67.3 | 38.75 | - |
| YUV | 213.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 151 | 0 | 0.16 | 0.39 | 0.03 | 35.26 | 0.87 | 0.78 |
| Hex | F8 | D0 | 97 | 0 | 10 | 27 | 3 | 23 | 57 | 4E |
| Octal | 370 | 320 | 227 | 0 | 20 | 47 | 3 | 43 | 127 | 116 |
| Binary | 11111000 | 11010000 | 10010111 | 0 | 10000 | 100111 | 11 | 100011 | 1010111 | 1001110 |
Color Harmonies of #F8D097
Complementary color
Monochromatic Colors of #F8D097
Black with #F8D097
Text Example
Text Example
White with #F8D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D097; }
p { color: rgb(248,208,151); }
H1.HeaderClassName
{
color: #F8D097;
}
.AnyTagClassName
{
color: #F8D097;
}
</style>
background-color css
<style>
a { background-color: #F8D097; }
a { background-color: rgb(248,208,151); }
div.DivClassName
{
background-color: #F8D097;
}
.BgClassName
{
background-color: #F8D097;
}
</style>
border-color css
<style>
span { border-color: #F8D097; }
span { border-color: rgb(248,208,151); }
td.TdClassName
{
border-color: #F8D097;
}
.TagClassName
{
border-color: #F8D097;
}
</style>