Shades of Dolly #F2F268
Tints of Dolly #F2F268
RGB
CMYK
RGB Variations
Color information
#F2F268 (or 0xF2F268) is known color: Dolly. HEX triplet: F2, F2 and 68. RGB value is (242,242,104). Sum of RGB (Red+Green+Blue) = 242+242+104=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 104 (41.02% from 255 or 17.69% from 588); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F268 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F268 is #0D0D97. Grayscale: #E2E2E2. Windows color (decimal): -855448 or 6877938. OLE color: 6877938.
HSL color Cylindrical-coordinate representation of color #F2F268: hue angle of 60º 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 #F2F268 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 104 | - |
| CMYK | 0 | 0 | 0.57 | 0.05 |
| HSL | 60º | 0.84% | 0.68% | - |
| HSV(B) | 60º | 0.57% | 0.95% | - |
| XYZ | 70.87 | 83.38 | 25.46 | - |
| YUV | 226.27 | 59 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 104 | 0 | 0 | 0.57 | 0.05 | 60 | 0.84 | 0.68 |
| Hex | F2 | F2 | 68 | 0 | 0 | 39 | 5 | 3C | 54 | 44 |
| Octal | 362 | 362 | 150 | 0 | 0 | 71 | 5 | 74 | 124 | 104 |
| Binary | 11110010 | 11110010 | 1101000 | 0 | 0 | 111001 | 101 | 111100 | 1010100 | 1000100 |
Color Harmonies of #F2F268
Complementary color
Monochromatic Colors of #F2F268
Black with #F2F268
Text Example
Text Example
White with #F2F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F268; }
p { color: rgb(242,242,104); }
H1.HeaderClassName
{
color: #F2F268;
}
.AnyTagClassName
{
color: #F2F268;
}
</style>
background-color css
<style>
a { background-color: #F2F268; }
a { background-color: rgb(242,242,104); }
div.DivClassName
{
background-color: #F2F268;
}
.BgClassName
{
background-color: #F2F268;
}
</style>
border-color css
<style>
span { border-color: #F2F268; }
span { border-color: rgb(242,242,104); }
td.TdClassName
{
border-color: #F2F268;
}
.TagClassName
{
border-color: #F2F268;
}
</style>