Shades of Dolly #F9F16E
Tints of Dolly #F9F16E
RGB
CMYK
RGB Variations
Color information
#F9F16E (or 0xF9F16E) is known color: Dolly. HEX triplet: F9, F1 and 6E. RGB value is (249,241,110). Sum of RGB (Red+Green+Blue) = 249+241+110=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 110 (43.36% from 255 or 18.33% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F16E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F16E is #060E91. Grayscale: #E4E4E4. Windows color (decimal): -396946 or 7270905. OLE color: 7270905.
HSL color Cylindrical-coordinate representation of color #F9F16E: hue angle of 56.55º 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 #F9F16E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 110 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.02 |
| HSL | 56.55º | 0.92% | 0.7% | - |
| HSV(B) | 56.55º | 0.56% | 0.98% | - |
| XYZ | 73.34 | 84.18 | 27.13 | - |
| YUV | 228.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 110 | 0 | 0.03 | 0.56 | 0.02 | 56.55 | 0.92 | 0.7 |
| Hex | F9 | F1 | 6E | 0 | 3 | 38 | 2 | 39 | 5C | 46 |
| Octal | 371 | 361 | 156 | 0 | 3 | 70 | 2 | 71 | 134 | 106 |
| Binary | 11111001 | 11110001 | 1101110 | 0 | 11 | 111000 | 10 | 111001 | 1011100 | 1000110 |
Color Harmonies of #F9F16E
Complementary color
Monochromatic Colors of #F9F16E
Black with #F9F16E
Text Example
Text Example
White with #F9F16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F16E; }
p { color: rgb(249,241,110); }
H1.HeaderClassName
{
color: #F9F16E;
}
.AnyTagClassName
{
color: #F9F16E;
}
</style>
background-color css
<style>
a { background-color: #F9F16E; }
a { background-color: rgb(249,241,110); }
div.DivClassName
{
background-color: #F9F16E;
}
.BgClassName
{
background-color: #F9F16E;
}
</style>
border-color css
<style>
span { border-color: #F9F16E; }
span { border-color: rgb(249,241,110); }
td.TdClassName
{
border-color: #F9F16E;
}
.TagClassName
{
border-color: #F9F16E;
}
</style>