Shades of Dolly #F2F970
Tints of Dolly #F2F970
RGB
CMYK
RGB Variations
Color information
#F2F970 (or 0xF2F970) is known color: Dolly. HEX triplet: F2, F9 and 70. RGB value is (242,249,112). Sum of RGB (Red+Green+Blue) = 242+249+112=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 112 (44.14% from 255 or 18.57% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F970 is #0D068F. Grayscale: #E7E7E7. Windows color (decimal): -853648 or 7404018. OLE color: 7404018.
HSL color Cylindrical-coordinate representation of color #F2F970: hue angle of 63.07º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2F970 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 112 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.02 |
| HSL | 63.07º | 0.92% | 0.71% | - |
| HSV(B) | 63.07º | 0.55% | 0.98% | - |
| XYZ | 73.42 | 87.8 | 28.41 | - |
| YUV | 231.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 112 | 0.03 | 0 | 0.55 | 0.02 | 63.07 | 0.92 | 0.71 |
| Hex | F2 | F9 | 70 | 3 | 0 | 37 | 2 | 3F | 5C | 47 |
| Octal | 362 | 371 | 160 | 3 | 0 | 67 | 2 | 77 | 134 | 107 |
| Binary | 11110010 | 11111001 | 1110000 | 11 | 0 | 110111 | 10 | 111111 | 1011100 | 1000111 |
Color Harmonies of #F2F970
Complementary color
Monochromatic Colors of #F2F970
Black with #F2F970
Text Example
Text Example
White with #F2F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F970; }
p { color: rgb(242,249,112); }
H1.HeaderClassName
{
color: #F2F970;
}
.AnyTagClassName
{
color: #F2F970;
}
</style>
background-color css
<style>
a { background-color: #F2F970; }
a { background-color: rgb(242,249,112); }
div.DivClassName
{
background-color: #F2F970;
}
.BgClassName
{
background-color: #F2F970;
}
</style>
border-color css
<style>
span { border-color: #F2F970; }
span { border-color: rgb(242,249,112); }
td.TdClassName
{
border-color: #F2F970;
}
.TagClassName
{
border-color: #F2F970;
}
</style>