Shades of Dolly #F2E76B
Tints of Dolly #F2E76B
RGB
CMYK
RGB Variations
Color information
#F2E76B (or 0xF2E76B) is known color: Dolly. HEX triplet: F2, E7 and 6B. RGB value is (242,231,107). Sum of RGB (Red+Green+Blue) = 242+231+107=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 107 (42.19% from 255 or 18.45% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E76B is #0D1894. Grayscale: #DCDCDC. Windows color (decimal): -858261 or 7071730. OLE color: 7071730.
HSL color Cylindrical-coordinate representation of color #F2E76B: hue angle of 55.11º 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 #F2E76B is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 107 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.05 |
| HSL | 55.11º | 0.84% | 0.68% | - |
| HSV(B) | 55.11º | 0.56% | 0.95% | - |
| XYZ | 67.85 | 77.09 | 25.21 | - |
| YUV | 220.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 107 | 0 | 0.05 | 0.56 | 0.05 | 55.11 | 0.84 | 0.68 |
| Hex | F2 | E7 | 6B | 0 | 5 | 38 | 5 | 37 | 54 | 44 |
| Octal | 362 | 347 | 153 | 0 | 5 | 70 | 5 | 67 | 124 | 104 |
| Binary | 11110010 | 11100111 | 1101011 | 0 | 101 | 111000 | 101 | 110111 | 1010100 | 1000100 |
Color Harmonies of #F2E76B
Complementary color
Monochromatic Colors of #F2E76B
Black with #F2E76B
Text Example
Text Example
White with #F2E76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E76B; }
p { color: rgb(242,231,107); }
H1.HeaderClassName
{
color: #F2E76B;
}
.AnyTagClassName
{
color: #F2E76B;
}
</style>
background-color css
<style>
a { background-color: #F2E76B; }
a { background-color: rgb(242,231,107); }
div.DivClassName
{
background-color: #F2E76B;
}
.BgClassName
{
background-color: #F2E76B;
}
</style>
border-color css
<style>
span { border-color: #F2E76B; }
span { border-color: rgb(242,231,107); }
td.TdClassName
{
border-color: #F2E76B;
}
.TagClassName
{
border-color: #F2E76B;
}
</style>