Shades of Dolly #F2EF67
Tints of Dolly #F2EF67
RGB
CMYK
RGB Variations
Color information
#F2EF67 (or 0xF2EF67) is known color: Dolly. HEX triplet: F2, EF and 67. RGB value is (242,239,103). Sum of RGB (Red+Green+Blue) = 242+239+103=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 103 (40.62% from 255 or 17.64% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF67 is #0D1098. Grayscale: #E0E0E0. Windows color (decimal): -856217 or 6811634. OLE color: 6811634.
HSL color Cylindrical-coordinate representation of color #F2EF67: hue angle of 58.71º 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 #F2EF67 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 103 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.05 |
| HSL | 58.71º | 0.84% | 0.68% | - |
| HSV(B) | 58.71º | 0.57% | 0.95% | - |
| XYZ | 69.93 | 81.59 | 24.89 | - |
| YUV | 224.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 103 | 0 | 0.01 | 0.57 | 0.05 | 58.71 | 0.84 | 0.68 |
| Hex | F2 | EF | 67 | 0 | 1 | 39 | 5 | 3B | 54 | 44 |
| Octal | 362 | 357 | 147 | 0 | 1 | 71 | 5 | 73 | 124 | 104 |
| Binary | 11110010 | 11101111 | 1100111 | 0 | 1 | 111001 | 101 | 111011 | 1010100 | 1000100 |
Color Harmonies of #F2EF67
Complementary color
Monochromatic Colors of #F2EF67
Black with #F2EF67
Text Example
Text Example
White with #F2EF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF67; }
p { color: rgb(242,239,103); }
H1.HeaderClassName
{
color: #F2EF67;
}
.AnyTagClassName
{
color: #F2EF67;
}
</style>
background-color css
<style>
a { background-color: #F2EF67; }
a { background-color: rgb(242,239,103); }
div.DivClassName
{
background-color: #F2EF67;
}
.BgClassName
{
background-color: #F2EF67;
}
</style>
border-color css
<style>
span { border-color: #F2EF67; }
span { border-color: rgb(242,239,103); }
td.TdClassName
{
border-color: #F2EF67;
}
.TagClassName
{
border-color: #F2EF67;
}
</style>