Shades of Dolly #F2F67B
Tints of Dolly #F2F67B
RGB
CMYK
RGB Variations
Color information
#F2F67B (or 0xF2F67B) is known color: Dolly. HEX triplet: F2, F6 and 7B. RGB value is (242,246,123). Sum of RGB (Red+Green+Blue) = 242+246+123=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 123 (48.44% from 255 or 20.13% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F67B is #0D0984. Grayscale: #E7E7E7. Windows color (decimal): -854405 or 8124146. OLE color: 8124146.
HSL color Cylindrical-coordinate representation of color #F2F67B: hue angle of 61.95º 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 #F2F67B is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 123 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.04 |
| HSL | 61.95º | 0.87% | 0.72% | - |
| HSV(B) | 61.95º | 0.5% | 0.96% | - |
| XYZ | 73.15 | 86.22 | 31.53 | - |
| YUV | 230.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 123 | 0.02 | 0 | 0.50 | 0.04 | 61.95 | 0.87 | 0.72 |
| Hex | F2 | F6 | 7B | 2 | 0 | 32 | 4 | 3E | 57 | 48 |
| Octal | 362 | 366 | 173 | 2 | 0 | 62 | 4 | 76 | 127 | 110 |
| Binary | 11110010 | 11110110 | 1111011 | 10 | 0 | 110010 | 100 | 111110 | 1010111 | 1001000 |
Color Harmonies of #F2F67B
Complementary color
Monochromatic Colors of #F2F67B
Black with #F2F67B
Text Example
Text Example
White with #F2F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F67B; }
p { color: rgb(242,246,123); }
H1.HeaderClassName
{
color: #F2F67B;
}
.AnyTagClassName
{
color: #F2F67B;
}
</style>
background-color css
<style>
a { background-color: #F2F67B; }
a { background-color: rgb(242,246,123); }
div.DivClassName
{
background-color: #F2F67B;
}
.BgClassName
{
background-color: #F2F67B;
}
</style>
border-color css
<style>
span { border-color: #F2F67B; }
span { border-color: rgb(242,246,123); }
td.TdClassName
{
border-color: #F2F67B;
}
.TagClassName
{
border-color: #F2F67B;
}
</style>