Shades of Dolly #F0FC6A
Tints of Dolly #F0FC6A
RGB
CMYK
RGB Variations
Color information
#F0FC6A (or 0xF0FC6A) is known color: Dolly. HEX triplet: F0, FC and 6A. RGB value is (240,252,106). Sum of RGB (Red+Green+Blue) = 240+252+106=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 106 (41.80% from 255 or 17.73% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC6A is #0F0395. Grayscale: #E8E8E8. Windows color (decimal): -983958 or 7011568. OLE color: 7011568.
HSL color Cylindrical-coordinate representation of color #F0FC6A: hue angle of 64.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0FC6A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 106 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.01 |
| HSL | 64.93º | 0.96% | 0.7% | - |
| HSV(B) | 64.93º | 0.58% | 0.99% | - |
| XYZ | 73.35 | 89.19 | 26.98 | - |
| YUV | 231.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 106 | 0.05 | 0 | 0.58 | 0.01 | 64.93 | 0.96 | 0.7 |
| Hex | F0 | FC | 6A | 5 | 0 | 3A | 1 | 41 | 60 | 46 |
| Octal | 360 | 374 | 152 | 5 | 0 | 72 | 1 | 101 | 140 | 106 |
| Binary | 11110000 | 11111100 | 1101010 | 101 | 0 | 111010 | 1 | 1000001 | 1100000 | 1000110 |
Color Harmonies of #F0FC6A
Complementary color
Monochromatic Colors of #F0FC6A
Black with #F0FC6A
Text Example
Text Example
White with #F0FC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC6A; }
p { color: rgb(240,252,106); }
H1.HeaderClassName
{
color: #F0FC6A;
}
.AnyTagClassName
{
color: #F0FC6A;
}
</style>
background-color css
<style>
a { background-color: #F0FC6A; }
a { background-color: rgb(240,252,106); }
div.DivClassName
{
background-color: #F0FC6A;
}
.BgClassName
{
background-color: #F0FC6A;
}
</style>
border-color css
<style>
span { border-color: #F0FC6A; }
span { border-color: rgb(240,252,106); }
td.TdClassName
{
border-color: #F0FC6A;
}
.TagClassName
{
border-color: #F0FC6A;
}
</style>