Shades of Dolly #F2EF68
Tints of Dolly #F2EF68
RGB
CMYK
RGB Variations
Color information
#F2EF68 (or 0xF2EF68) is known color: Dolly. HEX triplet: F2, EF and 68. RGB value is (242,239,104). Sum of RGB (Red+Green+Blue) = 242+239+104=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 104 (41.02% from 255 or 17.78% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF68 is #0D1097. Grayscale: #E1E1E1. Windows color (decimal): -856216 or 6877170. OLE color: 6877170.
HSL color Cylindrical-coordinate representation of color #F2EF68: hue angle of 58.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2EF68 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 104 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.05 |
| HSL | 58.7º | 0.84% | 0.68% | - |
| HSV(B) | 58.7º | 0.57% | 0.95% | - |
| XYZ | 69.98 | 81.61 | 25.16 | - |
| YUV | 224.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 104 | 0 | 0.01 | 0.57 | 0.05 | 58.7 | 0.84 | 0.68 |
| Hex | F2 | EF | 68 | 0 | 1 | 39 | 5 | 3B | 54 | 44 |
| Octal | 362 | 357 | 150 | 0 | 1 | 71 | 5 | 73 | 124 | 104 |
| Binary | 11110010 | 11101111 | 1101000 | 0 | 1 | 111001 | 101 | 111011 | 1010100 | 1000100 |
Color Harmonies of #F2EF68
Complementary color
Monochromatic Colors of #F2EF68
Black with #F2EF68
Text Example
Text Example
White with #F2EF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF68; }
p { color: rgb(242,239,104); }
H1.HeaderClassName
{
color: #F2EF68;
}
.AnyTagClassName
{
color: #F2EF68;
}
</style>
background-color css
<style>
a { background-color: #F2EF68; }
a { background-color: rgb(242,239,104); }
div.DivClassName
{
background-color: #F2EF68;
}
.BgClassName
{
background-color: #F2EF68;
}
</style>
border-color css
<style>
span { border-color: #F2EF68; }
span { border-color: rgb(242,239,104); }
td.TdClassName
{
border-color: #F2EF68;
}
.TagClassName
{
border-color: #F2EF68;
}
</style>