Shades of Dolly #F1F068
Tints of Dolly #F1F068
RGB
CMYK
RGB Variations
Color information
#F1F068 (or 0xF1F068) is known color: Dolly. HEX triplet: F1, F0 and 68. RGB value is (241,240,104). Sum of RGB (Red+Green+Blue) = 241+240+104=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 104 (41.02% from 255 or 17.78% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F068 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F068 is #0E0F97. Grayscale: #E1E1E1. Windows color (decimal): -921496 or 6877425. OLE color: 6877425.
HSL color Cylindrical-coordinate representation of color #F1F068: hue angle of 59.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1F068 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 104 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.05 |
| HSL | 59.56º | 0.83% | 0.68% | - |
| HSV(B) | 59.56º | 0.57% | 0.95% | - |
| XYZ | 69.93 | 82.02 | 25.24 | - |
| YUV | 224.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 104 | 0 | 0.00 | 0.57 | 0.05 | 59.56 | 0.83 | 0.68 |
| Hex | F1 | F0 | 68 | 0 | 0 | 39 | 5 | 3C | 53 | 44 |
| Octal | 361 | 360 | 150 | 0 | 0 | 71 | 5 | 74 | 123 | 104 |
| Binary | 11110001 | 11110000 | 1101000 | 0 | 0 | 111001 | 101 | 111100 | 1010011 | 1000100 |
Color Harmonies of #F1F068
Complementary color
Monochromatic Colors of #F1F068
Black with #F1F068
Text Example
Text Example
White with #F1F068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F068; }
p { color: rgb(241,240,104); }
H1.HeaderClassName
{
color: #F1F068;
}
.AnyTagClassName
{
color: #F1F068;
}
</style>
background-color css
<style>
a { background-color: #F1F068; }
a { background-color: rgb(241,240,104); }
div.DivClassName
{
background-color: #F1F068;
}
.BgClassName
{
background-color: #F1F068;
}
</style>
border-color css
<style>
span { border-color: #F1F068; }
span { border-color: rgb(241,240,104); }
td.TdClassName
{
border-color: #F1F068;
}
.TagClassName
{
border-color: #F1F068;
}
</style>