Shades of Dolly #F0F46B
Tints of Dolly #F0F46B
RGB
CMYK
RGB Variations
Color information
#F0F46B (or 0xF0F46B) is known color: Dolly. HEX triplet: F0, F4 and 6B. RGB value is (240,244,107). Sum of RGB (Red+Green+Blue) = 240+244+107=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 107 (42.19% from 255 or 18.10% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F46B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F46B is #0F0B94. Grayscale: #E3E3E3. Windows color (decimal): -986005 or 7075056. OLE color: 7075056.
HSL color Cylindrical-coordinate representation of color #F0F46B: hue angle of 61.75º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0F46B is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 107 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.04 |
| HSL | 61.75º | 0.86% | 0.69% | - |
| HSV(B) | 61.75º | 0.56% | 0.96% | - |
| XYZ | 70.94 | 84.29 | 26.44 | - |
| YUV | 227.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 107 | 0.02 | 0 | 0.56 | 0.04 | 61.75 | 0.86 | 0.69 |
| Hex | F0 | F4 | 6B | 2 | 0 | 38 | 4 | 3E | 56 | 45 |
| Octal | 360 | 364 | 153 | 2 | 0 | 70 | 4 | 76 | 126 | 105 |
| Binary | 11110000 | 11110100 | 1101011 | 10 | 0 | 111000 | 100 | 111110 | 1010110 | 1000101 |
Color Harmonies of #F0F46B
Complementary color
Monochromatic Colors of #F0F46B
Black with #F0F46B
Text Example
Text Example
White with #F0F46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F46B; }
p { color: rgb(240,244,107); }
H1.HeaderClassName
{
color: #F0F46B;
}
.AnyTagClassName
{
color: #F0F46B;
}
</style>
background-color css
<style>
a { background-color: #F0F46B; }
a { background-color: rgb(240,244,107); }
div.DivClassName
{
background-color: #F0F46B;
}
.BgClassName
{
background-color: #F0F46B;
}
</style>
border-color css
<style>
span { border-color: #F0F46B; }
span { border-color: rgb(240,244,107); }
td.TdClassName
{
border-color: #F0F46B;
}
.TagClassName
{
border-color: #F0F46B;
}
</style>