Shades of Dolly #F2FA69
Tints of Dolly #F2FA69
RGB
CMYK
RGB Variations
Color information
#F2FA69 (or 0xF2FA69) is known color: Dolly. HEX triplet: F2, FA and 69. RGB value is (242,250,105). Sum of RGB (Red+Green+Blue) = 242+250+105=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 105 (41.41% from 255 or 17.59% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA69 is #0D0596. Grayscale: #E7E7E7. Windows color (decimal): -853399 or 6945522. OLE color: 6945522.
HSL color Cylindrical-coordinate representation of color #F2FA69: hue angle of 63.31º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2FA69 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 105 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.02 |
| HSL | 63.31º | 0.94% | 0.7% | - |
| HSV(B) | 63.31º | 0.58% | 0.98% | - |
| XYZ | 73.35 | 88.27 | 26.54 | - |
| YUV | 231.08 | 56.85 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 105 | 0.03 | 0 | 0.58 | 0.02 | 63.31 | 0.94 | 0.7 |
| Hex | F2 | FA | 69 | 3 | 0 | 3A | 2 | 3F | 5E | 46 |
| Octal | 362 | 372 | 151 | 3 | 0 | 72 | 2 | 77 | 136 | 106 |
| Binary | 11110010 | 11111010 | 1101001 | 11 | 0 | 111010 | 10 | 111111 | 1011110 | 1000110 |
Color Harmonies of #F2FA69
Complementary color
Monochromatic Colors of #F2FA69
Black with #F2FA69
Text Example
Text Example
White with #F2FA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA69; }
p { color: rgb(242,250,105); }
H1.HeaderClassName
{
color: #F2FA69;
}
.AnyTagClassName
{
color: #F2FA69;
}
</style>
background-color css
<style>
a { background-color: #F2FA69; }
a { background-color: rgb(242,250,105); }
div.DivClassName
{
background-color: #F2FA69;
}
.BgClassName
{
background-color: #F2FA69;
}
</style>
border-color css
<style>
span { border-color: #F2FA69; }
span { border-color: rgb(242,250,105); }
td.TdClassName
{
border-color: #F2FA69;
}
.TagClassName
{
border-color: #F2FA69;
}
</style>