Shades of Dolly #F2F167
Tints of Dolly #F2F167
RGB
CMYK
RGB Variations
Color information
#F2F167 (or 0xF2F167) is known color: Dolly. HEX triplet: F2, F1 and 67. RGB value is (242,241,103). Sum of RGB (Red+Green+Blue) = 242+241+103=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 103 (40.62% from 255 or 17.58% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F167 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F167 is #0D0E98. Grayscale: #E2E2E2. Windows color (decimal): -855705 or 6812146. OLE color: 6812146.
HSL color Cylindrical-coordinate representation of color #F2F167: hue angle of 59.57º 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 #F2F167 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 103 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.05 |
| HSL | 59.57º | 0.84% | 0.68% | - |
| HSV(B) | 59.57º | 0.57% | 0.95% | - |
| XYZ | 70.52 | 82.77 | 25.09 | - |
| YUV | 225.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 103 | 0 | 0.00 | 0.57 | 0.05 | 59.57 | 0.84 | 0.68 |
| Hex | F2 | F1 | 67 | 0 | 0 | 39 | 5 | 3C | 54 | 44 |
| Octal | 362 | 361 | 147 | 0 | 0 | 71 | 5 | 74 | 124 | 104 |
| Binary | 11110010 | 11110001 | 1100111 | 0 | 0 | 111001 | 101 | 111100 | 1010100 | 1000100 |
Color Harmonies of #F2F167
Complementary color
Monochromatic Colors of #F2F167
Black with #F2F167
Text Example
Text Example
White with #F2F167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F167; }
p { color: rgb(242,241,103); }
H1.HeaderClassName
{
color: #F2F167;
}
.AnyTagClassName
{
color: #F2F167;
}
</style>
background-color css
<style>
a { background-color: #F2F167; }
a { background-color: rgb(242,241,103); }
div.DivClassName
{
background-color: #F2F167;
}
.BgClassName
{
background-color: #F2F167;
}
</style>
border-color css
<style>
span { border-color: #F2F167; }
span { border-color: rgb(242,241,103); }
td.TdClassName
{
border-color: #F2F167;
}
.TagClassName
{
border-color: #F2F167;
}
</style>