Shades of Dolly #F2F26B
Tints of Dolly #F2F26B
RGB
CMYK
RGB Variations
Color information
#F2F26B (or 0xF2F26B) is known color: Dolly. HEX triplet: F2, F2 and 6B. RGB value is (242,242,107). Sum of RGB (Red+Green+Blue) = 242+242+107=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 107 (42.19% from 255 or 18.10% from 591); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F26B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F26B is #0D0D94. Grayscale: #E3E3E3. Windows color (decimal): -855445 or 7074546. OLE color: 7074546.
HSL color Cylindrical-coordinate representation of color #F2F26B: hue angle of 60º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2F26B is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 107 | - |
| CMYK | 0 | 0 | 0.56 | 0.05 |
| HSL | 60º | 0.84% | 0.68% | - |
| HSV(B) | 60º | 0.56% | 0.95% | - |
| XYZ | 71.02 | 83.44 | 26.27 | - |
| YUV | 226.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 107 | 0 | 0 | 0.56 | 0.05 | 60 | 0.84 | 0.68 |
| Hex | F2 | F2 | 6B | 0 | 0 | 38 | 5 | 3C | 54 | 44 |
| Octal | 362 | 362 | 153 | 0 | 0 | 70 | 5 | 74 | 124 | 104 |
| Binary | 11110010 | 11110010 | 1101011 | 0 | 0 | 111000 | 101 | 111100 | 1010100 | 1000100 |
Color Harmonies of #F2F26B
Complementary color
Monochromatic Colors of #F2F26B
Black with #F2F26B
Text Example
Text Example
White with #F2F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F26B; }
p { color: rgb(242,242,107); }
H1.HeaderClassName
{
color: #F2F26B;
}
.AnyTagClassName
{
color: #F2F26B;
}
</style>
background-color css
<style>
a { background-color: #F2F26B; }
a { background-color: rgb(242,242,107); }
div.DivClassName
{
background-color: #F2F26B;
}
.BgClassName
{
background-color: #F2F26B;
}
</style>
border-color css
<style>
span { border-color: #F2F26B; }
span { border-color: rgb(242,242,107); }
td.TdClassName
{
border-color: #F2F26B;
}
.TagClassName
{
border-color: #F2F26B;
}
</style>