Shades of Dolly #F0F27D
Tints of Dolly #F0F27D
RGB
CMYK
RGB Variations
Color information
#F0F27D (or 0xF0F27D) is known color: Dolly. HEX triplet: F0, F2 and 7D. RGB value is (240,242,125). Sum of RGB (Red+Green+Blue) = 240+242+125=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F27D is #0F0D82. Grayscale: #E4E4E4. Windows color (decimal): -986499 or 8254192. OLE color: 8254192.
HSL color Cylindrical-coordinate representation of color #F0F27D: hue angle of 61.03º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0F27D is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 125 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.05 |
| HSL | 61.03º | 0.82% | 0.72% | - |
| HSV(B) | 61.03º | 0.48% | 0.95% | - |
| XYZ | 71.39 | 83.51 | 31.76 | - |
| YUV | 228.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 125 | 0.01 | 0 | 0.48 | 0.05 | 61.03 | 0.82 | 0.72 |
| Hex | F0 | F2 | 7D | 1 | 0 | 30 | 5 | 3D | 52 | 48 |
| Octal | 360 | 362 | 175 | 1 | 0 | 60 | 5 | 75 | 122 | 110 |
| Binary | 11110000 | 11110010 | 1111101 | 1 | 0 | 110000 | 101 | 111101 | 1010010 | 1001000 |
Color Harmonies of #F0F27D
Complementary color
Monochromatic Colors of #F0F27D
Black with #F0F27D
Text Example
Text Example
White with #F0F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F27D; }
p { color: rgb(240,242,125); }
H1.HeaderClassName
{
color: #F0F27D;
}
.AnyTagClassName
{
color: #F0F27D;
}
</style>
background-color css
<style>
a { background-color: #F0F27D; }
a { background-color: rgb(240,242,125); }
div.DivClassName
{
background-color: #F0F27D;
}
.BgClassName
{
background-color: #F0F27D;
}
</style>
border-color css
<style>
span { border-color: #F0F27D; }
span { border-color: rgb(240,242,125); }
td.TdClassName
{
border-color: #F0F27D;
}
.TagClassName
{
border-color: #F0F27D;
}
</style>