Shades of Dolly #F2FC6B
Tints of Dolly #F2FC6B
RGB
CMYK
RGB Variations
Color information
#F2FC6B (or 0xF2FC6B) is known color: Dolly. HEX triplet: F2, FC and 6B. RGB value is (242,252,107). Sum of RGB (Red+Green+Blue) = 242+252+107=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 107 (42.19% from 255 or 17.80% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC6B is #0D0394. Grayscale: #E9E9E9. Windows color (decimal): -852885 or 7077106. OLE color: 7077106.
HSL color Cylindrical-coordinate representation of color #F2FC6B: hue angle of 64.14º 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 #F2FC6B is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 107 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.01 |
| HSL | 64.14º | 0.96% | 0.7% | - |
| HSV(B) | 64.14º | 0.58% | 0.99% | - |
| XYZ | 74.08 | 89.56 | 27.29 | - |
| YUV | 232.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 107 | 0.04 | 0 | 0.58 | 0.01 | 64.14 | 0.96 | 0.7 |
| Hex | F2 | FC | 6B | 4 | 0 | 3A | 1 | 40 | 60 | 46 |
| Octal | 362 | 374 | 153 | 4 | 0 | 72 | 1 | 100 | 140 | 106 |
| Binary | 11110010 | 11111100 | 1101011 | 100 | 0 | 111010 | 1 | 1000000 | 1100000 | 1000110 |
Color Harmonies of #F2FC6B
Complementary color
Monochromatic Colors of #F2FC6B
Black with #F2FC6B
Text Example
Text Example
White with #F2FC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC6B; }
p { color: rgb(242,252,107); }
H1.HeaderClassName
{
color: #F2FC6B;
}
.AnyTagClassName
{
color: #F2FC6B;
}
</style>
background-color css
<style>
a { background-color: #F2FC6B; }
a { background-color: rgb(242,252,107); }
div.DivClassName
{
background-color: #F2FC6B;
}
.BgClassName
{
background-color: #F2FC6B;
}
</style>
border-color css
<style>
span { border-color: #F2FC6B; }
span { border-color: rgb(242,252,107); }
td.TdClassName
{
border-color: #F2FC6B;
}
.TagClassName
{
border-color: #F2FC6B;
}
</style>