Shades of Dolly #F2F26F
Tints of Dolly #F2F26F
RGB
CMYK
RGB Variations
Color information
#F2F26F (or 0xF2F26F) is known color: Dolly. HEX triplet: F2, F2 and 6F. RGB value is (242,242,111). Sum of RGB (Red+Green+Blue) = 242+242+111=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 111 (43.75% from 255 or 18.66% from 595); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F26F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F26F is #0D0D90. Grayscale: #E3E3E3. Windows color (decimal): -855441 or 7336690. OLE color: 7336690.
HSL color Cylindrical-coordinate representation of color #F2F26F: hue angle of 60º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2F26F is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 111 | - |
| CMYK | 0 | 0 | 0.54 | 0.05 |
| HSL | 60º | 0.83% | 0.69% | - |
| HSV(B) | 60º | 0.54% | 0.95% | - |
| XYZ | 71.24 | 83.53 | 27.41 | - |
| YUV | 227.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 111 | 0 | 0 | 0.54 | 0.05 | 60 | 0.83 | 0.69 |
| Hex | F2 | F2 | 6F | 0 | 0 | 36 | 5 | 3C | 53 | 45 |
| Octal | 362 | 362 | 157 | 0 | 0 | 66 | 5 | 74 | 123 | 105 |
| Binary | 11110010 | 11110010 | 1101111 | 0 | 0 | 110110 | 101 | 111100 | 1010011 | 1000101 |
Color Harmonies of #F2F26F
Complementary color
Monochromatic Colors of #F2F26F
Black with #F2F26F
Text Example
Text Example
White with #F2F26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F26F; }
p { color: rgb(242,242,111); }
H1.HeaderClassName
{
color: #F2F26F;
}
.AnyTagClassName
{
color: #F2F26F;
}
</style>
background-color css
<style>
a { background-color: #F2F26F; }
a { background-color: rgb(242,242,111); }
div.DivClassName
{
background-color: #F2F26F;
}
.BgClassName
{
background-color: #F2F26F;
}
</style>
border-color css
<style>
span { border-color: #F2F26F; }
span { border-color: rgb(242,242,111); }
td.TdClassName
{
border-color: #F2F26F;
}
.TagClassName
{
border-color: #F2F26F;
}
</style>