Shades of Dolly #F2F868
Tints of Dolly #F2F868
RGB
CMYK
RGB Variations
Color information
#F2F868 (or 0xF2F868) is known color: Dolly. HEX triplet: F2, F8 and 68. RGB value is (242,248,104). Sum of RGB (Red+Green+Blue) = 242+248+104=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 104 (41.02% from 255 or 17.51% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F868 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F868 is #0D0797. Grayscale: #E6E6E6. Windows color (decimal): -853912 or 6879474. OLE color: 6879474.
HSL color Cylindrical-coordinate representation of color #F2F868: hue angle of 62.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2F868 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 104 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.03 |
| HSL | 62.5º | 0.91% | 0.69% | - |
| HSV(B) | 62.5º | 0.58% | 0.97% | - |
| XYZ | 72.68 | 87.01 | 26.06 | - |
| YUV | 229.79 | 57.01 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 104 | 0.02 | 0 | 0.58 | 0.03 | 62.5 | 0.91 | 0.69 |
| Hex | F2 | F8 | 68 | 2 | 0 | 3A | 3 | 3F | 5B | 45 |
| Octal | 362 | 370 | 150 | 2 | 0 | 72 | 3 | 77 | 133 | 105 |
| Binary | 11110010 | 11111000 | 1101000 | 10 | 0 | 111010 | 11 | 111111 | 1011011 | 1000101 |
Color Harmonies of #F2F868
Complementary color
Monochromatic Colors of #F2F868
Black with #F2F868
Text Example
Text Example
White with #F2F868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F868; }
p { color: rgb(242,248,104); }
H1.HeaderClassName
{
color: #F2F868;
}
.AnyTagClassName
{
color: #F2F868;
}
</style>
background-color css
<style>
a { background-color: #F2F868; }
a { background-color: rgb(242,248,104); }
div.DivClassName
{
background-color: #F2F868;
}
.BgClassName
{
background-color: #F2F868;
}
</style>
border-color css
<style>
span { border-color: #F2F868; }
span { border-color: rgb(242,248,104); }
td.TdClassName
{
border-color: #F2F868;
}
.TagClassName
{
border-color: #F2F868;
}
</style>