Shades of Caramel #F8D099
Tints of Caramel #F8D099
RGB
CMYK
RGB Variations
Color information
#F8D099 (or 0xF8D099) is known color: Caramel. HEX triplet: F8, D0 and 99. RGB value is (248,208,153). Sum of RGB (Red+Green+Blue) = 248+208+153=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D099 is #072F66. Grayscale: #D5D5D5. Windows color (decimal): -470887 or 10080504. OLE color: 10080504.
HSL color Cylindrical-coordinate representation of color #F8D099: hue angle of 34.74º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8D099 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 153 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.03 |
| HSL | 34.74º | 0.87% | 0.79% | - |
| HSV(B) | 34.74º | 0.38% | 0.97% | - |
| XYZ | 67.02 | 67.37 | 39.61 | - |
| YUV | 213.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 153 | 0 | 0.16 | 0.38 | 0.03 | 34.74 | 0.87 | 0.79 |
| Hex | F8 | D0 | 99 | 0 | 10 | 26 | 3 | 23 | 57 | 4F |
| Octal | 370 | 320 | 231 | 0 | 20 | 46 | 3 | 43 | 127 | 117 |
| Binary | 11111000 | 11010000 | 10011001 | 0 | 10000 | 100110 | 11 | 100011 | 1010111 | 1001111 |
Color Harmonies of #F8D099
Complementary color
Monochromatic Colors of #F8D099
Black with #F8D099
Text Example
Text Example
White with #F8D099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D099; }
p { color: rgb(248,208,153); }
H1.HeaderClassName
{
color: #F8D099;
}
.AnyTagClassName
{
color: #F8D099;
}
</style>
background-color css
<style>
a { background-color: #F8D099; }
a { background-color: rgb(248,208,153); }
div.DivClassName
{
background-color: #F8D099;
}
.BgClassName
{
background-color: #F8D099;
}
</style>
border-color css
<style>
span { border-color: #F8D099; }
span { border-color: rgb(248,208,153); }
td.TdClassName
{
border-color: #F8D099;
}
.TagClassName
{
border-color: #F8D099;
}
</style>