Shades of Dolly #F2F67A
Tints of Dolly #F2F67A
RGB
CMYK
RGB Variations
Color information
#F2F67A (or 0xF2F67A) is known color: Dolly. HEX triplet: F2, F6 and 7A. RGB value is (242,246,122). Sum of RGB (Red+Green+Blue) = 242+246+122=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 122 (48.05% from 255 or 20% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F67A is #0D0985. Grayscale: #E7E7E7. Windows color (decimal): -854406 or 8058610. OLE color: 8058610.
HSL color Cylindrical-coordinate representation of color #F2F67A: hue angle of 61.94º degrees, saturation: 0.87, 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 #F2F67A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 122 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.04 |
| HSL | 61.94º | 0.87% | 0.72% | - |
| HSV(B) | 61.94º | 0.5% | 0.96% | - |
| XYZ | 73.09 | 86.19 | 31.2 | - |
| YUV | 230.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 122 | 0.02 | 0 | 0.50 | 0.04 | 61.94 | 0.87 | 0.72 |
| Hex | F2 | F6 | 7A | 2 | 0 | 32 | 4 | 3E | 57 | 48 |
| Octal | 362 | 366 | 172 | 2 | 0 | 62 | 4 | 76 | 127 | 110 |
| Binary | 11110010 | 11110110 | 1111010 | 10 | 0 | 110010 | 100 | 111110 | 1010111 | 1001000 |
Color Harmonies of #F2F67A
Complementary color
Monochromatic Colors of #F2F67A
Black with #F2F67A
Text Example
Text Example
White with #F2F67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F67A; }
p { color: rgb(242,246,122); }
H1.HeaderClassName
{
color: #F2F67A;
}
.AnyTagClassName
{
color: #F2F67A;
}
</style>
background-color css
<style>
a { background-color: #F2F67A; }
a { background-color: rgb(242,246,122); }
div.DivClassName
{
background-color: #F2F67A;
}
.BgClassName
{
background-color: #F2F67A;
}
</style>
border-color css
<style>
span { border-color: #F2F67A; }
span { border-color: rgb(242,246,122); }
td.TdClassName
{
border-color: #F2F67A;
}
.TagClassName
{
border-color: #F2F67A;
}
</style>