Shades of Dolly #F0F16C
Tints of Dolly #F0F16C
RGB
CMYK
RGB Variations
Color information
#F0F16C (or 0xF0F16C) is known color: Dolly. HEX triplet: F0, F1 and 6C. RGB value is (240,241,108). Sum of RGB (Red+Green+Blue) = 240+241+108=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 108 (42.58% from 255 or 18.34% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F16C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F16C is #0F0E93. Grayscale: #E2E2E2. Windows color (decimal): -986772 or 7139824. OLE color: 7139824.
HSL color Cylindrical-coordinate representation of color #F0F16C: 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.55%. Process color model (Four color, CMYK) of #F0F16C is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 108 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.05 |
| HSL | 60.45º | 0.83% | 0.68% | - |
| HSV(B) | 60.45º | 0.55% | 0.95% | - |
| XYZ | 70.1 | 82.52 | 26.42 | - |
| YUV | 225.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 108 | 0.00 | 0 | 0.55 | 0.05 | 60.45 | 0.83 | 0.68 |
| Hex | F0 | F1 | 6C | 0 | 0 | 37 | 5 | 3C | 53 | 44 |
| Octal | 360 | 361 | 154 | 0 | 0 | 67 | 5 | 74 | 123 | 104 |
| Binary | 11110000 | 11110001 | 1101100 | 0 | 0 | 110111 | 101 | 111100 | 1010011 | 1000100 |
Color Harmonies of #F0F16C
Complementary color
Monochromatic Colors of #F0F16C
Black with #F0F16C
Text Example
Text Example
White with #F0F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F16C; }
p { color: rgb(240,241,108); }
H1.HeaderClassName
{
color: #F0F16C;
}
.AnyTagClassName
{
color: #F0F16C;
}
</style>
background-color css
<style>
a { background-color: #F0F16C; }
a { background-color: rgb(240,241,108); }
div.DivClassName
{
background-color: #F0F16C;
}
.BgClassName
{
background-color: #F0F16C;
}
</style>
border-color css
<style>
span { border-color: #F0F16C; }
span { border-color: rgb(240,241,108); }
td.TdClassName
{
border-color: #F0F16C;
}
.TagClassName
{
border-color: #F0F16C;
}
</style>