Shades of Dolly #F2F168
Tints of Dolly #F2F168
RGB
CMYK
RGB Variations
Color information
#F2F168 (or 0xF2F168) is known color: Dolly. HEX triplet: F2, F1 and 68. RGB value is (242,241,104). Sum of RGB (Red+Green+Blue) = 242+241+104=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 104 (41.02% from 255 or 17.72% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F168 is #0D0E97. Grayscale: #E2E2E2. Windows color (decimal): -855704 or 6877682. OLE color: 6877682.
HSL color Cylindrical-coordinate representation of color #F2F168: 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 #F2F168 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 104 | - |
| 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.57 | 82.79 | 25.36 | - |
| YUV | 225.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 104 | 0 | 0.00 | 0.57 | 0.05 | 59.57 | 0.84 | 0.68 |
| Hex | F2 | F1 | 68 | 0 | 0 | 39 | 5 | 3C | 54 | 44 |
| Octal | 362 | 361 | 150 | 0 | 0 | 71 | 5 | 74 | 124 | 104 |
| Binary | 11110010 | 11110001 | 1101000 | 0 | 0 | 111001 | 101 | 111100 | 1010100 | 1000100 |
Color Harmonies of #F2F168
Complementary color
Monochromatic Colors of #F2F168
Black with #F2F168
Text Example
Text Example
White with #F2F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F168; }
p { color: rgb(242,241,104); }
H1.HeaderClassName
{
color: #F2F168;
}
.AnyTagClassName
{
color: #F2F168;
}
</style>
background-color css
<style>
a { background-color: #F2F168; }
a { background-color: rgb(242,241,104); }
div.DivClassName
{
background-color: #F2F168;
}
.BgClassName
{
background-color: #F2F168;
}
</style>
border-color css
<style>
span { border-color: #F2F168; }
span { border-color: rgb(242,241,104); }
td.TdClassName
{
border-color: #F2F168;
}
.TagClassName
{
border-color: #F2F168;
}
</style>