Shades of Dolly #F2F976
Tints of Dolly #F2F976
RGB
CMYK
RGB Variations
Color information
#F2F976 (or 0xF2F976) is known color: Dolly. HEX triplet: F2, F9 and 76. RGB value is (242,249,118). Sum of RGB (Red+Green+Blue) = 242+249+118=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 118 (46.48% from 255 or 19.38% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F976 is #0D0689. Grayscale: #E8E8E8. Windows color (decimal): -853642 or 7797234. OLE color: 7797234.
HSL color Cylindrical-coordinate representation of color #F2F976: hue angle of 63.21º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2F976 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 118 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.02 |
| HSL | 63.21º | 0.92% | 0.72% | - |
| HSV(B) | 63.21º | 0.53% | 0.98% | - |
| XYZ | 73.76 | 87.94 | 30.23 | - |
| YUV | 231.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 118 | 0.03 | 0 | 0.53 | 0.02 | 63.21 | 0.92 | 0.72 |
| Hex | F2 | F9 | 76 | 3 | 0 | 35 | 2 | 3F | 5C | 48 |
| Octal | 362 | 371 | 166 | 3 | 0 | 65 | 2 | 77 | 134 | 110 |
| Binary | 11110010 | 11111001 | 1110110 | 11 | 0 | 110101 | 10 | 111111 | 1011100 | 1001000 |
Color Harmonies of #F2F976
Complementary color
Monochromatic Colors of #F2F976
Black with #F2F976
Text Example
Text Example
White with #F2F976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F976; }
p { color: rgb(242,249,118); }
H1.HeaderClassName
{
color: #F2F976;
}
.AnyTagClassName
{
color: #F2F976;
}
</style>
background-color css
<style>
a { background-color: #F2F976; }
a { background-color: rgb(242,249,118); }
div.DivClassName
{
background-color: #F2F976;
}
.BgClassName
{
background-color: #F2F976;
}
</style>
border-color css
<style>
span { border-color: #F2F976; }
span { border-color: rgb(242,249,118); }
td.TdClassName
{
border-color: #F2F976;
}
.TagClassName
{
border-color: #F2F976;
}
</style>