Shades of Dolly #F2F069
Tints of Dolly #F2F069
RGB
CMYK
RGB Variations
Color information
#F2F069 (or 0xF2F069) is known color: Dolly. HEX triplet: F2, F0 and 69. RGB value is (242,240,105). Sum of RGB (Red+Green+Blue) = 242+240+105=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 105 (41.41% from 255 or 17.89% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F069 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F069 is #0D0F96. Grayscale: #E1E1E1. Windows color (decimal): -855959 or 6942962. OLE color: 6942962.
HSL color Cylindrical-coordinate representation of color #F2F069: hue angle of 59.12º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2F069 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 105 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.05 |
| HSL | 59.12º | 0.84% | 0.68% | - |
| HSV(B) | 59.12º | 0.57% | 0.95% | - |
| XYZ | 70.33 | 82.22 | 25.53 | - |
| YUV | 225.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 105 | 0 | 0.01 | 0.57 | 0.05 | 59.12 | 0.84 | 0.68 |
| Hex | F2 | F0 | 69 | 0 | 1 | 39 | 5 | 3B | 54 | 44 |
| Octal | 362 | 360 | 151 | 0 | 1 | 71 | 5 | 73 | 124 | 104 |
| Binary | 11110010 | 11110000 | 1101001 | 0 | 1 | 111001 | 101 | 111011 | 1010100 | 1000100 |
Color Harmonies of #F2F069
Complementary color
Monochromatic Colors of #F2F069
Black with #F2F069
Text Example
Text Example
White with #F2F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F069; }
p { color: rgb(242,240,105); }
H1.HeaderClassName
{
color: #F2F069;
}
.AnyTagClassName
{
color: #F2F069;
}
</style>
background-color css
<style>
a { background-color: #F2F069; }
a { background-color: rgb(242,240,105); }
div.DivClassName
{
background-color: #F2F069;
}
.BgClassName
{
background-color: #F2F069;
}
</style>
border-color css
<style>
span { border-color: #F2F069; }
span { border-color: rgb(242,240,105); }
td.TdClassName
{
border-color: #F2F069;
}
.TagClassName
{
border-color: #F2F069;
}
</style>