Shades of Dolly #F0FB69
Tints of Dolly #F0FB69
RGB
CMYK
RGB Variations
Color information
#F0FB69 (or 0xF0FB69) is known color: Dolly. HEX triplet: F0, FB and 69. RGB value is (240,251,105). Sum of RGB (Red+Green+Blue) = 240+251+105=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 105 (41.41% from 255 or 17.62% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FB69 is #0F0496. Grayscale: #E7E7E7. Windows color (decimal): -984215 or 6945776. OLE color: 6945776.
HSL color Cylindrical-coordinate representation of color #F0FB69: hue angle of 64.52º degrees, saturation: 0.95, 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 #F0FB69 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 105 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.02 |
| HSL | 64.52º | 0.95% | 0.7% | - |
| HSV(B) | 64.52º | 0.58% | 0.98% | - |
| XYZ | 72.98 | 88.54 | 26.61 | - |
| YUV | 231.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 105 | 0.04 | 0 | 0.58 | 0.02 | 64.52 | 0.95 | 0.7 |
| Hex | F0 | FB | 69 | 4 | 0 | 3A | 2 | 41 | 5F | 46 |
| Octal | 360 | 373 | 151 | 4 | 0 | 72 | 2 | 101 | 137 | 106 |
| Binary | 11110000 | 11111011 | 1101001 | 100 | 0 | 111010 | 10 | 1000001 | 1011111 | 1000110 |
Color Harmonies of #F0FB69
Complementary color
Monochromatic Colors of #F0FB69
Black with #F0FB69
Text Example
Text Example
White with #F0FB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB69; }
p { color: rgb(240,251,105); }
H1.HeaderClassName
{
color: #F0FB69;
}
.AnyTagClassName
{
color: #F0FB69;
}
</style>
background-color css
<style>
a { background-color: #F0FB69; }
a { background-color: rgb(240,251,105); }
div.DivClassName
{
background-color: #F0FB69;
}
.BgClassName
{
background-color: #F0FB69;
}
</style>
border-color css
<style>
span { border-color: #F0FB69; }
span { border-color: rgb(240,251,105); }
td.TdClassName
{
border-color: #F0FB69;
}
.TagClassName
{
border-color: #F0FB69;
}
</style>