Shades of Caramel #F9D098
Tints of Caramel #F9D098
RGB
CMYK
RGB Variations
Color information
#F9D098 (or 0xF9D098) is known color: Caramel. HEX triplet: F9, D0 and 98. RGB value is (249,208,152). Sum of RGB (Red+Green+Blue) = 249+208+152=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D098 is #062F67. Grayscale: #D6D6D6. Windows color (decimal): -405352 or 10014969. OLE color: 10014969.
HSL color Cylindrical-coordinate representation of color #F9D098: hue angle of 34.64º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9D098 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 152 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.02 |
| HSL | 34.64º | 0.89% | 0.79% | - |
| HSV(B) | 34.64º | 0.39% | 0.98% | - |
| XYZ | 67.29 | 67.52 | 39.19 | - |
| YUV | 213.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 152 | 0 | 0.16 | 0.39 | 0.02 | 34.64 | 0.89 | 0.79 |
| Hex | F9 | D0 | 98 | 0 | 10 | 27 | 2 | 23 | 59 | 4F |
| Octal | 371 | 320 | 230 | 0 | 20 | 47 | 2 | 43 | 131 | 117 |
| Binary | 11111001 | 11010000 | 10011000 | 0 | 10000 | 100111 | 10 | 100011 | 1011001 | 1001111 |
Color Harmonies of #F9D098
Complementary color
Monochromatic Colors of #F9D098
Black with #F9D098
Text Example
Text Example
White with #F9D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D098; }
p { color: rgb(249,208,152); }
H1.HeaderClassName
{
color: #F9D098;
}
.AnyTagClassName
{
color: #F9D098;
}
</style>
background-color css
<style>
a { background-color: #F9D098; }
a { background-color: rgb(249,208,152); }
div.DivClassName
{
background-color: #F9D098;
}
.BgClassName
{
background-color: #F9D098;
}
</style>
border-color css
<style>
span { border-color: #F9D098; }
span { border-color: rgb(249,208,152); }
td.TdClassName
{
border-color: #F9D098;
}
.TagClassName
{
border-color: #F9D098;
}
</style>