Shades of Dolly #F2FC6D
Tints of Dolly #F2FC6D
RGB
CMYK
RGB Variations
Color information
#F2FC6D (or 0xF2FC6D) is known color: Dolly. HEX triplet: F2, FC and 6D. RGB value is (242,252,109). Sum of RGB (Red+Green+Blue) = 242+252+109=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 109 (42.97% from 255 or 18.08% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC6D is #0D0392. Grayscale: #E9E9E9. Windows color (decimal): -852883 or 7208178. OLE color: 7208178.
HSL color Cylindrical-coordinate representation of color #F2FC6D: hue angle of 64.2º 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 #F2FC6D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 109 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.01 |
| HSL | 64.2º | 0.96% | 0.71% | - |
| HSV(B) | 64.2º | 0.57% | 0.99% | - |
| XYZ | 74.19 | 89.6 | 27.85 | - |
| YUV | 232.71 | 58.19 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 109 | 0.04 | 0 | 0.57 | 0.01 | 64.2 | 0.96 | 0.71 |
| Hex | F2 | FC | 6D | 4 | 0 | 39 | 1 | 40 | 60 | 47 |
| Octal | 362 | 374 | 155 | 4 | 0 | 71 | 1 | 100 | 140 | 107 |
| Binary | 11110010 | 11111100 | 1101101 | 100 | 0 | 111001 | 1 | 1000000 | 1100000 | 1000111 |
Color Harmonies of #F2FC6D
Complementary color
Monochromatic Colors of #F2FC6D
Black with #F2FC6D
Text Example
Text Example
White with #F2FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC6D; }
p { color: rgb(242,252,109); }
H1.HeaderClassName
{
color: #F2FC6D;
}
.AnyTagClassName
{
color: #F2FC6D;
}
</style>
background-color css
<style>
a { background-color: #F2FC6D; }
a { background-color: rgb(242,252,109); }
div.DivClassName
{
background-color: #F2FC6D;
}
.BgClassName
{
background-color: #F2FC6D;
}
</style>
border-color css
<style>
span { border-color: #F2FC6D; }
span { border-color: rgb(242,252,109); }
td.TdClassName
{
border-color: #F2FC6D;
}
.TagClassName
{
border-color: #F2FC6D;
}
</style>