Shades of Dolly #F0F16B
Tints of Dolly #F0F16B
RGB
CMYK
RGB Variations
Color information
#F0F16B (or 0xF0F16B) is known color: Dolly. HEX triplet: F0, F1 and 6B. RGB value is (240,241,107). Sum of RGB (Red+Green+Blue) = 240+241+107=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 107 (42.19% from 255 or 18.20% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F16B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F16B is #0F0E94. Grayscale: #E1E1E1. Windows color (decimal): -986773 or 7074288. OLE color: 7074288.
HSL color Cylindrical-coordinate representation of color #F0F16B: hue angle of 60.45º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0F16B is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 107 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.05 |
| HSL | 60.45º | 0.83% | 0.68% | - |
| HSV(B) | 60.45º | 0.56% | 0.95% | - |
| XYZ | 70.04 | 82.5 | 26.14 | - |
| YUV | 225.43 | 61.17 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 107 | 0.00 | 0 | 0.56 | 0.05 | 60.45 | 0.83 | 0.68 |
| Hex | F0 | F1 | 6B | 0 | 0 | 38 | 5 | 3C | 53 | 44 |
| Octal | 360 | 361 | 153 | 0 | 0 | 70 | 5 | 74 | 123 | 104 |
| Binary | 11110000 | 11110001 | 1101011 | 0 | 0 | 111000 | 101 | 111100 | 1010011 | 1000100 |
Color Harmonies of #F0F16B
Complementary color
Monochromatic Colors of #F0F16B
Black with #F0F16B
Text Example
Text Example
White with #F0F16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F16B; }
p { color: rgb(240,241,107); }
H1.HeaderClassName
{
color: #F0F16B;
}
.AnyTagClassName
{
color: #F0F16B;
}
</style>
background-color css
<style>
a { background-color: #F0F16B; }
a { background-color: rgb(240,241,107); }
div.DivClassName
{
background-color: #F0F16B;
}
.BgClassName
{
background-color: #F0F16B;
}
</style>
border-color css
<style>
span { border-color: #F0F16B; }
span { border-color: rgb(240,241,107); }
td.TdClassName
{
border-color: #F0F16B;
}
.TagClassName
{
border-color: #F0F16B;
}
</style>