Shades of Caramel #F9D294
Tints of Caramel #F9D294
RGB
CMYK
RGB Variations
Color information
#F9D294 (or 0xF9D294) is known color: Caramel. HEX triplet: F9, D2 and 94. RGB value is (249,210,148). Sum of RGB (Red+Green+Blue) = 249+210+148=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D294 is #062D6B. Grayscale: #D6D6D6. Windows color (decimal): -404844 or 9753337. OLE color: 9753337.
HSL color Cylindrical-coordinate representation of color #F9D294: hue angle of 36.83º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9D294 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 148 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.02 |
| HSL | 36.83º | 0.89% | 0.78% | - |
| HSV(B) | 36.83º | 0.41% | 0.98% | - |
| XYZ | 67.46 | 68.37 | 37.66 | - |
| YUV | 214.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 148 | 0 | 0.16 | 0.41 | 0.02 | 36.83 | 0.89 | 0.78 |
| Hex | F9 | D2 | 94 | 0 | 10 | 29 | 2 | 25 | 59 | 4E |
| Octal | 371 | 322 | 224 | 0 | 20 | 51 | 2 | 45 | 131 | 116 |
| Binary | 11111001 | 11010010 | 10010100 | 0 | 10000 | 101001 | 10 | 100101 | 1011001 | 1001110 |
Color Harmonies of #F9D294
Complementary color
Monochromatic Colors of #F9D294
Black with #F9D294
Text Example
Text Example
White with #F9D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D294; }
p { color: rgb(249,210,148); }
H1.HeaderClassName
{
color: #F9D294;
}
.AnyTagClassName
{
color: #F9D294;
}
</style>
background-color css
<style>
a { background-color: #F9D294; }
a { background-color: rgb(249,210,148); }
div.DivClassName
{
background-color: #F9D294;
}
.BgClassName
{
background-color: #F9D294;
}
</style>
border-color css
<style>
span { border-color: #F9D294; }
span { border-color: rgb(249,210,148); }
td.TdClassName
{
border-color: #F9D294;
}
.TagClassName
{
border-color: #F9D294;
}
</style>