Shades of Dolly #F0F47A
Tints of Dolly #F0F47A
RGB
CMYK
RGB Variations
Color information
#F0F47A (or 0xF0F47A) is known color: Dolly. HEX triplet: F0, F4 and 7A. RGB value is (240,244,122). Sum of RGB (Red+Green+Blue) = 240+244+122=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 122 (48.05% from 255 or 20.13% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F47A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F47A is #0F0B85. Grayscale: #E5E5E5. Windows color (decimal): -985990 or 8058096. OLE color: 8058096.
HSL color Cylindrical-coordinate representation of color #F0F47A: hue angle of 61.97º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0F47A is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 122 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.04 |
| HSL | 61.97º | 0.85% | 0.72% | - |
| HSV(B) | 61.97º | 0.5% | 0.96% | - |
| XYZ | 71.8 | 84.63 | 30.96 | - |
| YUV | 228.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 122 | 0.02 | 0 | 0.5 | 0.04 | 61.97 | 0.85 | 0.72 |
| Hex | F0 | F4 | 7A | 2 | 0 | 32 | 4 | 3E | 55 | 48 |
| Octal | 360 | 364 | 172 | 2 | 0 | 62 | 4 | 76 | 125 | 110 |
| Binary | 11110000 | 11110100 | 1111010 | 10 | 0 | 110010 | 100 | 111110 | 1010101 | 1001000 |
Color Harmonies of #F0F47A
Complementary color
Monochromatic Colors of #F0F47A
Black with #F0F47A
Text Example
Text Example
White with #F0F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F47A; }
p { color: rgb(240,244,122); }
H1.HeaderClassName
{
color: #F0F47A;
}
.AnyTagClassName
{
color: #F0F47A;
}
</style>
background-color css
<style>
a { background-color: #F0F47A; }
a { background-color: rgb(240,244,122); }
div.DivClassName
{
background-color: #F0F47A;
}
.BgClassName
{
background-color: #F0F47A;
}
</style>
border-color css
<style>
span { border-color: #F0F47A; }
span { border-color: rgb(240,244,122); }
td.TdClassName
{
border-color: #F0F47A;
}
.TagClassName
{
border-color: #F0F47A;
}
</style>