Shades of Caramel #F9D099
Tints of Caramel #F9D099
RGB
CMYK
RGB Variations
Color information
#F9D099 (or 0xF9D099) is known color: Caramel. HEX triplet: F9, D0 and 99. RGB value is (249,208,153). Sum of RGB (Red+Green+Blue) = 249+208+153=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D099 is #062F66. Grayscale: #D6D6D6. Windows color (decimal): -405351 or 10080505. OLE color: 10080505.
HSL color Cylindrical-coordinate representation of color #F9D099: hue angle of 34.38º 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 #F9D099 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 153 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.02 |
| HSL | 34.38º | 0.89% | 0.79% | - |
| HSV(B) | 34.38º | 0.39% | 0.98% | - |
| XYZ | 67.37 | 67.55 | 39.62 | - |
| YUV | 213.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 153 | 0 | 0.16 | 0.39 | 0.02 | 34.38 | 0.89 | 0.79 |
| Hex | F9 | D0 | 99 | 0 | 10 | 27 | 2 | 22 | 59 | 4F |
| Octal | 371 | 320 | 231 | 0 | 20 | 47 | 2 | 42 | 131 | 117 |
| Binary | 11111001 | 11010000 | 10011001 | 0 | 10000 | 100111 | 10 | 100010 | 1011001 | 1001111 |
Color Harmonies of #F9D099
Complementary color
Monochromatic Colors of #F9D099
Black with #F9D099
Text Example
Text Example
White with #F9D099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D099; }
p { color: rgb(249,208,153); }
H1.HeaderClassName
{
color: #F9D099;
}
.AnyTagClassName
{
color: #F9D099;
}
</style>
background-color css
<style>
a { background-color: #F9D099; }
a { background-color: rgb(249,208,153); }
div.DivClassName
{
background-color: #F9D099;
}
.BgClassName
{
background-color: #F9D099;
}
</style>
border-color css
<style>
span { border-color: #F9D099; }
span { border-color: rgb(249,208,153); }
td.TdClassName
{
border-color: #F9D099;
}
.TagClassName
{
border-color: #F9D099;
}
</style>