Shades of Dolly #F0FC6C
Tints of Dolly #F0FC6C
RGB
CMYK
RGB Variations
Color information
#F0FC6C (or 0xF0FC6C) is known color: Dolly. HEX triplet: F0, FC and 6C. RGB value is (240,252,108). Sum of RGB (Red+Green+Blue) = 240+252+108=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 108 (42.58% from 255 or 18% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC6C is #0F0393. Grayscale: #E8E8E8. Windows color (decimal): -983956 or 7142640. OLE color: 7142640.
HSL color Cylindrical-coordinate representation of color #F0FC6C: hue angle of 65º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0FC6C is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 108 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.01 |
| HSL | 65º | 0.96% | 0.71% | - |
| HSV(B) | 65º | 0.57% | 0.99% | - |
| XYZ | 73.45 | 89.23 | 27.54 | - |
| YUV | 232 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 108 | 0.05 | 0 | 0.57 | 0.01 | 65 | 0.96 | 0.71 |
| Hex | F0 | FC | 6C | 5 | 0 | 39 | 1 | 41 | 60 | 47 |
| Octal | 360 | 374 | 154 | 5 | 0 | 71 | 1 | 101 | 140 | 107 |
| Binary | 11110000 | 11111100 | 1101100 | 101 | 0 | 111001 | 1 | 1000001 | 1100000 | 1000111 |
Color Harmonies of #F0FC6C
Complementary color
Monochromatic Colors of #F0FC6C
Black with #F0FC6C
Text Example
Text Example
White with #F0FC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC6C; }
p { color: rgb(240,252,108); }
H1.HeaderClassName
{
color: #F0FC6C;
}
.AnyTagClassName
{
color: #F0FC6C;
}
</style>
background-color css
<style>
a { background-color: #F0FC6C; }
a { background-color: rgb(240,252,108); }
div.DivClassName
{
background-color: #F0FC6C;
}
.BgClassName
{
background-color: #F0FC6C;
}
</style>
border-color css
<style>
span { border-color: #F0FC6C; }
span { border-color: rgb(240,252,108); }
td.TdClassName
{
border-color: #F0FC6C;
}
.TagClassName
{
border-color: #F0FC6C;
}
</style>