Shades of Dolly #F1F36D
Tints of Dolly #F1F36D
RGB
CMYK
RGB Variations
Color information
#F1F36D (or 0xF1F36D) is known color: Dolly. HEX triplet: F1, F3 and 6D. RGB value is (241,243,109). Sum of RGB (Red+Green+Blue) = 241+243+109=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 109 (42.97% from 255 or 18.38% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F36D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F36D is #0E0C92. Grayscale: #E3E3E3. Windows color (decimal): -920723 or 7205873. OLE color: 7205873.
HSL color Cylindrical-coordinate representation of color #F1F36D: hue angle of 60.9º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1F36D is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 109 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.05 |
| HSL | 60.9º | 0.85% | 0.69% | - |
| HSV(B) | 60.9º | 0.55% | 0.95% | - |
| XYZ | 71.09 | 83.91 | 26.92 | - |
| YUV | 227.13 | 61.34 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 109 | 0.01 | 0 | 0.55 | 0.05 | 60.9 | 0.85 | 0.69 |
| Hex | F1 | F3 | 6D | 1 | 0 | 37 | 5 | 3D | 55 | 45 |
| Octal | 361 | 363 | 155 | 1 | 0 | 67 | 5 | 75 | 125 | 105 |
| Binary | 11110001 | 11110011 | 1101101 | 1 | 0 | 110111 | 101 | 111101 | 1010101 | 1000101 |
Color Harmonies of #F1F36D
Complementary color
Monochromatic Colors of #F1F36D
Black with #F1F36D
Text Example
Text Example
White with #F1F36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F36D; }
p { color: rgb(241,243,109); }
H1.HeaderClassName
{
color: #F1F36D;
}
.AnyTagClassName
{
color: #F1F36D;
}
</style>
background-color css
<style>
a { background-color: #F1F36D; }
a { background-color: rgb(241,243,109); }
div.DivClassName
{
background-color: #F1F36D;
}
.BgClassName
{
background-color: #F1F36D;
}
</style>
border-color css
<style>
span { border-color: #F1F36D; }
span { border-color: rgb(241,243,109); }
td.TdClassName
{
border-color: #F1F36D;
}
.TagClassName
{
border-color: #F1F36D;
}
</style>