Shades of Dolly #F2F569
Tints of Dolly #F2F569
RGB
CMYK
RGB Variations
Color information
#F2F569 (or 0xF2F569) is known color: Dolly. HEX triplet: F2, F5 and 69. RGB value is (242,245,105). Sum of RGB (Red+Green+Blue) = 242+245+105=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 105 (41.41% from 255 or 17.74% from 592); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F569 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F569 is #0D0A96. Grayscale: #E4E4E4. Windows color (decimal): -854679 or 6944242. OLE color: 6944242.
HSL color Cylindrical-coordinate representation of color #F2F569: hue angle of 61.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2F569 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 245 | 105 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.04 |
| HSL | 61.29º | 0.88% | 0.69% | - |
| HSV(B) | 61.29º | 0.57% | 0.96% | - |
| XYZ | 71.82 | 85.2 | 26.02 | - |
| YUV | 228.14 | 58.51 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 245 | 105 | 0.01 | 0 | 0.57 | 0.04 | 61.29 | 0.88 | 0.69 |
| Hex | F2 | F5 | 69 | 1 | 0 | 39 | 4 | 3D | 58 | 45 |
| Octal | 362 | 365 | 151 | 1 | 0 | 71 | 4 | 75 | 130 | 105 |
| Binary | 11110010 | 11110101 | 1101001 | 1 | 0 | 111001 | 100 | 111101 | 1011000 | 1000101 |
Color Harmonies of #F2F569
Complementary color
Monochromatic Colors of #F2F569
Black with #F2F569
Text Example
Text Example
White with #F2F569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F569; }
p { color: rgb(242,245,105); }
H1.HeaderClassName
{
color: #F2F569;
}
.AnyTagClassName
{
color: #F2F569;
}
</style>
background-color css
<style>
a { background-color: #F2F569; }
a { background-color: rgb(242,245,105); }
div.DivClassName
{
background-color: #F2F569;
}
.BgClassName
{
background-color: #F2F569;
}
</style>
border-color css
<style>
span { border-color: #F2F569; }
span { border-color: rgb(242,245,105); }
td.TdClassName
{
border-color: #F2F569;
}
.TagClassName
{
border-color: #F2F569;
}
</style>