Shades of Caramel #F8D492
Tints of Caramel #F8D492
RGB
CMYK
RGB Variations
Color information
#F8D492 (or 0xF8D492) is known color: Caramel. HEX triplet: F8, D4 and 92. RGB value is (248,212,146). Sum of RGB (Red+Green+Blue) = 248+212+146=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D492 is #072B6D. Grayscale: #D7D7D7. Windows color (decimal): -469870 or 9622776. OLE color: 9622776.
HSL color Cylindrical-coordinate representation of color #F8D492: hue angle of 38.82º 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 #F8D492 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 146 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.03 |
| HSL | 38.82º | 0.88% | 0.77% | - |
| HSV(B) | 38.82º | 0.41% | 0.97% | - |
| XYZ | 67.44 | 69.12 | 36.98 | - |
| YUV | 215.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 146 | 0 | 0.15 | 0.41 | 0.03 | 38.82 | 0.88 | 0.77 |
| Hex | F8 | D4 | 92 | 0 | F | 29 | 3 | 27 | 58 | 4D |
| Octal | 370 | 324 | 222 | 0 | 17 | 51 | 3 | 47 | 130 | 115 |
| Binary | 11111000 | 11010100 | 10010010 | 0 | 1111 | 101001 | 11 | 100111 | 1011000 | 1001101 |
Color Harmonies of #F8D492
Complementary color
Monochromatic Colors of #F8D492
Black with #F8D492
Text Example
Text Example
White with #F8D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D492; }
p { color: rgb(248,212,146); }
H1.HeaderClassName
{
color: #F8D492;
}
.AnyTagClassName
{
color: #F8D492;
}
</style>
background-color css
<style>
a { background-color: #F8D492; }
a { background-color: rgb(248,212,146); }
div.DivClassName
{
background-color: #F8D492;
}
.BgClassName
{
background-color: #F8D492;
}
</style>
border-color css
<style>
span { border-color: #F8D492; }
span { border-color: rgb(248,212,146); }
td.TdClassName
{
border-color: #F8D492;
}
.TagClassName
{
border-color: #F8D492;
}
</style>