Shades of Caramel #F8D092
Tints of Caramel #F8D092
RGB
CMYK
RGB Variations
Color information
#F8D092 (or 0xF8D092) is known color: Caramel. HEX triplet: F8, D0 and 92. RGB value is (248,208,146). Sum of RGB (Red+Green+Blue) = 248+208+146=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D092 is #072F6D. Grayscale: #D5D5D5. Windows color (decimal): -470894 or 9621752. OLE color: 9621752.
HSL color Cylindrical-coordinate representation of color #F8D092: hue angle of 36.47º 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 #F8D092 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 146 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.03 |
| HSL | 36.47º | 0.88% | 0.77% | - |
| HSV(B) | 36.47º | 0.41% | 0.97% | - |
| XYZ | 66.46 | 67.14 | 36.65 | - |
| YUV | 212.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 146 | 0 | 0.16 | 0.41 | 0.03 | 36.47 | 0.88 | 0.77 |
| Hex | F8 | D0 | 92 | 0 | 10 | 29 | 3 | 24 | 58 | 4D |
| Octal | 370 | 320 | 222 | 0 | 20 | 51 | 3 | 44 | 130 | 115 |
| Binary | 11111000 | 11010000 | 10010010 | 0 | 10000 | 101001 | 11 | 100100 | 1011000 | 1001101 |
Color Harmonies of #F8D092
Complementary color
Monochromatic Colors of #F8D092
Black with #F8D092
Text Example
Text Example
White with #F8D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D092; }
p { color: rgb(248,208,146); }
H1.HeaderClassName
{
color: #F8D092;
}
.AnyTagClassName
{
color: #F8D092;
}
</style>
background-color css
<style>
a { background-color: #F8D092; }
a { background-color: rgb(248,208,146); }
div.DivClassName
{
background-color: #F8D092;
}
.BgClassName
{
background-color: #F8D092;
}
</style>
border-color css
<style>
span { border-color: #F8D092; }
span { border-color: rgb(248,208,146); }
td.TdClassName
{
border-color: #F8D092;
}
.TagClassName
{
border-color: #F8D092;
}
</style>