Shades of Dolly #F0F36A
Tints of Dolly #F0F36A
RGB
CMYK
RGB Variations
Color information
#F0F36A (or 0xF0F36A) is known color: Dolly. HEX triplet: F0, F3 and 6A. RGB value is (240,243,106). Sum of RGB (Red+Green+Blue) = 240+243+106=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 106 (41.80% from 255 or 18.00% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F36A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F36A is #0F0C95. Grayscale: #E3E3E3. Windows color (decimal): -986262 or 7009264. OLE color: 7009264.
HSL color Cylindrical-coordinate representation of color #F0F36A: hue angle of 61.31º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0F36A is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 106 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.05 |
| HSL | 61.31º | 0.85% | 0.68% | - |
| HSV(B) | 61.31º | 0.56% | 0.95% | - |
| XYZ | 70.59 | 83.67 | 26.06 | - |
| YUV | 226.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 106 | 0.01 | 0 | 0.56 | 0.05 | 61.31 | 0.85 | 0.68 |
| Hex | F0 | F3 | 6A | 1 | 0 | 38 | 5 | 3D | 55 | 44 |
| Octal | 360 | 363 | 152 | 1 | 0 | 70 | 5 | 75 | 125 | 104 |
| Binary | 11110000 | 11110011 | 1101010 | 1 | 0 | 111000 | 101 | 111101 | 1010101 | 1000100 |
Color Harmonies of #F0F36A
Complementary color
Monochromatic Colors of #F0F36A
Black with #F0F36A
Text Example
Text Example
White with #F0F36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F36A; }
p { color: rgb(240,243,106); }
H1.HeaderClassName
{
color: #F0F36A;
}
.AnyTagClassName
{
color: #F0F36A;
}
</style>
background-color css
<style>
a { background-color: #F0F36A; }
a { background-color: rgb(240,243,106); }
div.DivClassName
{
background-color: #F0F36A;
}
.BgClassName
{
background-color: #F0F36A;
}
</style>
border-color css
<style>
span { border-color: #F0F36A; }
span { border-color: rgb(240,243,106); }
td.TdClassName
{
border-color: #F0F36A;
}
.TagClassName
{
border-color: #F0F36A;
}
</style>