Shades of Dolly #F9F16D
Tints of Dolly #F9F16D
RGB
CMYK
RGB Variations
Color information
#F9F16D (or 0xF9F16D) is known color: Dolly. HEX triplet: F9, F1 and 6D. RGB value is (249,241,109). Sum of RGB (Red+Green+Blue) = 249+241+109=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 109 (42.97% from 255 or 18.20% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F16D is #060E92. Grayscale: #E4E4E4. Windows color (decimal): -396947 or 7205369. OLE color: 7205369.
HSL color Cylindrical-coordinate representation of color #F9F16D: hue angle of 56.57º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9F16D is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 109 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.02 |
| HSL | 56.57º | 0.92% | 0.7% | - |
| HSV(B) | 56.57º | 0.56% | 0.98% | - |
| XYZ | 73.28 | 84.15 | 26.85 | - |
| YUV | 228.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 109 | 0 | 0.03 | 0.56 | 0.02 | 56.57 | 0.92 | 0.7 |
| Hex | F9 | F1 | 6D | 0 | 3 | 38 | 2 | 39 | 5C | 46 |
| Octal | 371 | 361 | 155 | 0 | 3 | 70 | 2 | 71 | 134 | 106 |
| Binary | 11111001 | 11110001 | 1101101 | 0 | 11 | 111000 | 10 | 111001 | 1011100 | 1000110 |
Color Harmonies of #F9F16D
Complementary color
Monochromatic Colors of #F9F16D
Black with #F9F16D
Text Example
Text Example
White with #F9F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F16D; }
p { color: rgb(249,241,109); }
H1.HeaderClassName
{
color: #F9F16D;
}
.AnyTagClassName
{
color: #F9F16D;
}
</style>
background-color css
<style>
a { background-color: #F9F16D; }
a { background-color: rgb(249,241,109); }
div.DivClassName
{
background-color: #F9F16D;
}
.BgClassName
{
background-color: #F9F16D;
}
</style>
border-color css
<style>
span { border-color: #F9F16D; }
span { border-color: rgb(249,241,109); }
td.TdClassName
{
border-color: #F9F16D;
}
.TagClassName
{
border-color: #F9F16D;
}
</style>