Shades of Dolly #F2EB6A
Tints of Dolly #F2EB6A
RGB
CMYK
RGB Variations
Color information
#F2EB6A (or 0xF2EB6A) is known color: Dolly. HEX triplet: F2, EB and 6A. RGB value is (242,235,106). Sum of RGB (Red+Green+Blue) = 242+235+106=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 106 (41.80% from 255 or 18.18% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB6A is #0D1495. Grayscale: #DEDEDE. Windows color (decimal): -857238 or 7007218. OLE color: 7007218.
HSL color Cylindrical-coordinate representation of color #F2EB6A: hue angle of 56.91º degrees, saturation: 0.84, 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 #F2EB6A is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 106 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.05 |
| HSL | 56.91º | 0.84% | 0.68% | - |
| HSV(B) | 56.91º | 0.56% | 0.95% | - |
| XYZ | 68.93 | 79.33 | 25.32 | - |
| YUV | 222.39 | 62.32 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 106 | 0 | 0.03 | 0.56 | 0.05 | 56.91 | 0.84 | 0.68 |
| Hex | F2 | EB | 6A | 0 | 3 | 38 | 5 | 39 | 54 | 44 |
| Octal | 362 | 353 | 152 | 0 | 3 | 70 | 5 | 71 | 124 | 104 |
| Binary | 11110010 | 11101011 | 1101010 | 0 | 11 | 111000 | 101 | 111001 | 1010100 | 1000100 |
Color Harmonies of #F2EB6A
Complementary color
Monochromatic Colors of #F2EB6A
Black with #F2EB6A
Text Example
Text Example
White with #F2EB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB6A; }
p { color: rgb(242,235,106); }
H1.HeaderClassName
{
color: #F2EB6A;
}
.AnyTagClassName
{
color: #F2EB6A;
}
</style>
background-color css
<style>
a { background-color: #F2EB6A; }
a { background-color: rgb(242,235,106); }
div.DivClassName
{
background-color: #F2EB6A;
}
.BgClassName
{
background-color: #F2EB6A;
}
</style>
border-color css
<style>
span { border-color: #F2EB6A; }
span { border-color: rgb(242,235,106); }
td.TdClassName
{
border-color: #F2EB6A;
}
.TagClassName
{
border-color: #F2EB6A;
}
</style>