Shades of Dolly #F0F97B
Tints of Dolly #F0F97B
RGB
CMYK
RGB Variations
Color information
#F0F97B (or 0xF0F97B) is known color: Dolly. HEX triplet: F0, F9 and 7B. RGB value is (240,249,123). Sum of RGB (Red+Green+Blue) = 240+249+123=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 123 (48.44% from 255 or 20.10% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F97B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F97B is #0F0684. Grayscale: #E8E8E8. Windows color (decimal): -984709 or 8124912. OLE color: 8124912.
HSL color Cylindrical-coordinate representation of color #F0F97B: hue angle of 64.29º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0F97B is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 123 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.02 |
| HSL | 64.29º | 0.91% | 0.73% | - |
| HSV(B) | 64.29º | 0.51% | 0.98% | - |
| XYZ | 73.39 | 87.71 | 31.8 | - |
| YUV | 231.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 123 | 0.04 | 0 | 0.51 | 0.02 | 64.29 | 0.91 | 0.73 |
| Hex | F0 | F9 | 7B | 4 | 0 | 33 | 2 | 40 | 5B | 49 |
| Octal | 360 | 371 | 173 | 4 | 0 | 63 | 2 | 100 | 133 | 111 |
| Binary | 11110000 | 11111001 | 1111011 | 100 | 0 | 110011 | 10 | 1000000 | 1011011 | 1001001 |
Color Harmonies of #F0F97B
Complementary color
Monochromatic Colors of #F0F97B
Black with #F0F97B
Text Example
Text Example
White with #F0F97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F97B; }
p { color: rgb(240,249,123); }
H1.HeaderClassName
{
color: #F0F97B;
}
.AnyTagClassName
{
color: #F0F97B;
}
</style>
background-color css
<style>
a { background-color: #F0F97B; }
a { background-color: rgb(240,249,123); }
div.DivClassName
{
background-color: #F0F97B;
}
.BgClassName
{
background-color: #F0F97B;
}
</style>
border-color css
<style>
span { border-color: #F0F97B; }
span { border-color: rgb(240,249,123); }
td.TdClassName
{
border-color: #F0F97B;
}
.TagClassName
{
border-color: #F0F97B;
}
</style>