Shades of Dolly #F1F773
Tints of Dolly #F1F773
RGB
CMYK
RGB Variations
Color information
#F1F773 (or 0xF1F773) is known color: Dolly. HEX triplet: F1, F7 and 73. RGB value is (241,247,115). Sum of RGB (Red+Green+Blue) = 241+247+115=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 115 (45.31% from 255 or 19.07% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F773 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F773 is #0E088C. Grayscale: #E6E6E6. Windows color (decimal): -919693 or 7600113. OLE color: 7600113.
HSL color Cylindrical-coordinate representation of color #F1F773: hue angle of 62.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1F773 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 247 | 115 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.03 |
| HSL | 62.73º | 0.89% | 0.71% | - |
| HSV(B) | 62.73º | 0.53% | 0.97% | - |
| XYZ | 72.63 | 86.46 | 29.08 | - |
| YUV | 230.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 247 | 115 | 0.02 | 0 | 0.53 | 0.03 | 62.73 | 0.89 | 0.71 |
| Hex | F1 | F7 | 73 | 2 | 0 | 35 | 3 | 3F | 59 | 47 |
| Octal | 361 | 367 | 163 | 2 | 0 | 65 | 3 | 77 | 131 | 107 |
| Binary | 11110001 | 11110111 | 1110011 | 10 | 0 | 110101 | 11 | 111111 | 1011001 | 1000111 |
Color Harmonies of #F1F773
Complementary color
Monochromatic Colors of #F1F773
Black with #F1F773
Text Example
Text Example
White with #F1F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F773; }
p { color: rgb(241,247,115); }
H1.HeaderClassName
{
color: #F1F773;
}
.AnyTagClassName
{
color: #F1F773;
}
</style>
background-color css
<style>
a { background-color: #F1F773; }
a { background-color: rgb(241,247,115); }
div.DivClassName
{
background-color: #F1F773;
}
.BgClassName
{
background-color: #F1F773;
}
</style>
border-color css
<style>
span { border-color: #F1F773; }
span { border-color: rgb(241,247,115); }
td.TdClassName
{
border-color: #F1F773;
}
.TagClassName
{
border-color: #F1F773;
}
</style>