Shades of Dolly #F1F06C
Tints of Dolly #F1F06C
RGB
CMYK
RGB Variations
Color information
#F1F06C (or 0xF1F06C) is known color: Dolly. HEX triplet: F1, F0 and 6C. RGB value is (241,240,108). Sum of RGB (Red+Green+Blue) = 241+240+108=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 108 (42.58% from 255 or 18.34% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F06C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F06C is #0E0F93. Grayscale: #E1E1E1. Windows color (decimal): -921492 or 7139569. OLE color: 7139569.
HSL color Cylindrical-coordinate representation of color #F1F06C: hue angle of 59.55º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1F06C is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 108 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.05 |
| HSL | 59.55º | 0.83% | 0.68% | - |
| HSV(B) | 59.55º | 0.55% | 0.95% | - |
| XYZ | 70.14 | 82.1 | 26.34 | - |
| YUV | 225.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 108 | 0 | 0.00 | 0.55 | 0.05 | 59.55 | 0.83 | 0.68 |
| Hex | F1 | F0 | 6C | 0 | 0 | 37 | 5 | 3C | 53 | 44 |
| Octal | 361 | 360 | 154 | 0 | 0 | 67 | 5 | 74 | 123 | 104 |
| Binary | 11110001 | 11110000 | 1101100 | 0 | 0 | 110111 | 101 | 111100 | 1010011 | 1000100 |
Color Harmonies of #F1F06C
Complementary color
Monochromatic Colors of #F1F06C
Black with #F1F06C
Text Example
Text Example
White with #F1F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F06C; }
p { color: rgb(241,240,108); }
H1.HeaderClassName
{
color: #F1F06C;
}
.AnyTagClassName
{
color: #F1F06C;
}
</style>
background-color css
<style>
a { background-color: #F1F06C; }
a { background-color: rgb(241,240,108); }
div.DivClassName
{
background-color: #F1F06C;
}
.BgClassName
{
background-color: #F1F06C;
}
</style>
border-color css
<style>
span { border-color: #F1F06C; }
span { border-color: rgb(241,240,108); }
td.TdClassName
{
border-color: #F1F06C;
}
.TagClassName
{
border-color: #F1F06C;
}
</style>