Shades of Dolly #F2F468
Tints of Dolly #F2F468
RGB
CMYK
RGB Variations
Color information
#F2F468 (or 0xF2F468) is known color: Dolly. HEX triplet: F2, F4 and 68. RGB value is (242,244,104). Sum of RGB (Red+Green+Blue) = 242+244+104=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 104 (41.02% from 255 or 17.63% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F468 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F468 is #0D0B97. Grayscale: #E3E3E3. Windows color (decimal): -854936 or 6878450. OLE color: 6878450.
HSL color Cylindrical-coordinate representation of color #F2F468: hue angle of 60.86º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2F468 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 104 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.04 |
| HSL | 60.86º | 0.86% | 0.68% | - |
| HSV(B) | 60.86º | 0.57% | 0.96% | - |
| XYZ | 71.47 | 84.58 | 25.66 | - |
| YUV | 227.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 104 | 0.01 | 0 | 0.57 | 0.04 | 60.86 | 0.86 | 0.68 |
| Hex | F2 | F4 | 68 | 1 | 0 | 39 | 4 | 3D | 56 | 44 |
| Octal | 362 | 364 | 150 | 1 | 0 | 71 | 4 | 75 | 126 | 104 |
| Binary | 11110010 | 11110100 | 1101000 | 1 | 0 | 111001 | 100 | 111101 | 1010110 | 1000100 |
Color Harmonies of #F2F468
Complementary color
Monochromatic Colors of #F2F468
Black with #F2F468
Text Example
Text Example
White with #F2F468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F468; }
p { color: rgb(242,244,104); }
H1.HeaderClassName
{
color: #F2F468;
}
.AnyTagClassName
{
color: #F2F468;
}
</style>
background-color css
<style>
a { background-color: #F2F468; }
a { background-color: rgb(242,244,104); }
div.DivClassName
{
background-color: #F2F468;
}
.BgClassName
{
background-color: #F2F468;
}
</style>
border-color css
<style>
span { border-color: #F2F468; }
span { border-color: rgb(242,244,104); }
td.TdClassName
{
border-color: #F2F468;
}
.TagClassName
{
border-color: #F2F468;
}
</style>