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