Shades of Dolly #F2EF75
Tints of Dolly #F2EF75
RGB
CMYK
RGB Variations
Color information
#F2EF75 (or 0xF2EF75) is known color: Dolly. HEX triplet: F2, EF and 75. RGB value is (242,239,117). Sum of RGB (Red+Green+Blue) = 242+239+117=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 117 (46.09% from 255 or 19.57% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF75 is #0D108A. Grayscale: #E2E2E2. Windows color (decimal): -856203 or 7729138. OLE color: 7729138.
HSL color Cylindrical-coordinate representation of color #F2EF75: hue angle of 58.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2EF75 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 117 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.05 |
| HSL | 58.56º | 0.83% | 0.7% | - |
| HSV(B) | 58.56º | 0.52% | 0.95% | - |
| XYZ | 70.7 | 81.89 | 28.91 | - |
| YUV | 225.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 117 | 0 | 0.01 | 0.52 | 0.05 | 58.56 | 0.83 | 0.7 |
| Hex | F2 | EF | 75 | 0 | 1 | 34 | 5 | 3B | 53 | 46 |
| Octal | 362 | 357 | 165 | 0 | 1 | 64 | 5 | 73 | 123 | 106 |
| Binary | 11110010 | 11101111 | 1110101 | 0 | 1 | 110100 | 101 | 111011 | 1010011 | 1000110 |
Color Harmonies of #F2EF75
Complementary color
Monochromatic Colors of #F2EF75
Black with #F2EF75
Text Example
Text Example
White with #F2EF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF75; }
p { color: rgb(242,239,117); }
H1.HeaderClassName
{
color: #F2EF75;
}
.AnyTagClassName
{
color: #F2EF75;
}
</style>
background-color css
<style>
a { background-color: #F2EF75; }
a { background-color: rgb(242,239,117); }
div.DivClassName
{
background-color: #F2EF75;
}
.BgClassName
{
background-color: #F2EF75;
}
</style>
border-color css
<style>
span { border-color: #F2EF75; }
span { border-color: rgb(242,239,117); }
td.TdClassName
{
border-color: #F2EF75;
}
.TagClassName
{
border-color: #F2EF75;
}
</style>