Shades of Dolly #F2FA73
Tints of Dolly #F2FA73
RGB
CMYK
RGB Variations
Color information
#F2FA73 (or 0xF2FA73) is known color: Dolly. HEX triplet: F2, FA and 73. RGB value is (242,250,115). Sum of RGB (Red+Green+Blue) = 242+250+115=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA73 is #0D058C. Grayscale: #E8E8E8. Windows color (decimal): -853389 or 7600882. OLE color: 7600882.
HSL color Cylindrical-coordinate representation of color #F2FA73: hue angle of 63.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2FA73 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 115 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.02 |
| HSL | 63.56º | 0.93% | 0.72% | - |
| HSV(B) | 63.56º | 0.54% | 0.98% | - |
| XYZ | 73.9 | 88.49 | 29.4 | - |
| YUV | 232.22 | 61.85 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 115 | 0.03 | 0 | 0.54 | 0.02 | 63.56 | 0.93 | 0.72 |
| Hex | F2 | FA | 73 | 3 | 0 | 36 | 2 | 40 | 5D | 48 |
| Octal | 362 | 372 | 163 | 3 | 0 | 66 | 2 | 100 | 135 | 110 |
| Binary | 11110010 | 11111010 | 1110011 | 11 | 0 | 110110 | 10 | 1000000 | 1011101 | 1001000 |
Color Harmonies of #F2FA73
Complementary color
Monochromatic Colors of #F2FA73
Black with #F2FA73
Text Example
Text Example
White with #F2FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA73; }
p { color: rgb(242,250,115); }
H1.HeaderClassName
{
color: #F2FA73;
}
.AnyTagClassName
{
color: #F2FA73;
}
</style>
background-color css
<style>
a { background-color: #F2FA73; }
a { background-color: rgb(242,250,115); }
div.DivClassName
{
background-color: #F2FA73;
}
.BgClassName
{
background-color: #F2FA73;
}
</style>
border-color css
<style>
span { border-color: #F2FA73; }
span { border-color: rgb(242,250,115); }
td.TdClassName
{
border-color: #F2FA73;
}
.TagClassName
{
border-color: #F2FA73;
}
</style>