Shades of Dolly #F2F96D
Tints of Dolly #F2F96D
RGB
CMYK
RGB Variations
Color information
#F2F96D (or 0xF2F96D) is known color: Dolly. HEX triplet: F2, F9 and 6D. RGB value is (242,249,109). Sum of RGB (Red+Green+Blue) = 242+249+109=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 109 (42.97% from 255 or 18.17% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F96D is #0D0692. Grayscale: #E7E7E7. Windows color (decimal): -853651 or 7207410. OLE color: 7207410.
HSL color Cylindrical-coordinate representation of color #F2F96D: hue angle of 63º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2F96D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 109 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.02 |
| HSL | 63º | 0.92% | 0.7% | - |
| HSV(B) | 63º | 0.56% | 0.98% | - |
| XYZ | 73.25 | 87.73 | 27.54 | - |
| YUV | 230.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 109 | 0.03 | 0 | 0.56 | 0.02 | 63 | 0.92 | 0.7 |
| Hex | F2 | F9 | 6D | 3 | 0 | 38 | 2 | 3F | 5C | 46 |
| Octal | 362 | 371 | 155 | 3 | 0 | 70 | 2 | 77 | 134 | 106 |
| Binary | 11110010 | 11111001 | 1101101 | 11 | 0 | 111000 | 10 | 111111 | 1011100 | 1000110 |
Color Harmonies of #F2F96D
Complementary color
Monochromatic Colors of #F2F96D
Black with #F2F96D
Text Example
Text Example
White with #F2F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F96D; }
p { color: rgb(242,249,109); }
H1.HeaderClassName
{
color: #F2F96D;
}
.AnyTagClassName
{
color: #F2F96D;
}
</style>
background-color css
<style>
a { background-color: #F2F96D; }
a { background-color: rgb(242,249,109); }
div.DivClassName
{
background-color: #F2F96D;
}
.BgClassName
{
background-color: #F2F96D;
}
</style>
border-color css
<style>
span { border-color: #F2F96D; }
span { border-color: rgb(242,249,109); }
td.TdClassName
{
border-color: #F2F96D;
}
.TagClassName
{
border-color: #F2F96D;
}
</style>