Shades of Dolly #F2F56C
Tints of Dolly #F2F56C
RGB
CMYK
RGB Variations
Color information
#F2F56C (or 0xF2F56C) is known color: Dolly. HEX triplet: F2, F5 and 6C. RGB value is (242,245,108). Sum of RGB (Red+Green+Blue) = 242+245+108=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 108 (42.58% from 255 or 18.15% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F56C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F56C is #0D0A93. Grayscale: #E5E5E5. Windows color (decimal): -854676 or 7140850. OLE color: 7140850.
HSL color Cylindrical-coordinate representation of color #F2F56C: hue angle of 61.31º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2F56C is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 245 | 108 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.04 |
| HSL | 61.31º | 0.87% | 0.69% | - |
| HSV(B) | 61.31º | 0.56% | 0.96% | - |
| XYZ | 71.98 | 85.26 | 26.85 | - |
| YUV | 228.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 245 | 108 | 0.01 | 0 | 0.56 | 0.04 | 61.31 | 0.87 | 0.69 |
| Hex | F2 | F5 | 6C | 1 | 0 | 38 | 4 | 3D | 57 | 45 |
| Octal | 362 | 365 | 154 | 1 | 0 | 70 | 4 | 75 | 127 | 105 |
| Binary | 11110010 | 11110101 | 1101100 | 1 | 0 | 111000 | 100 | 111101 | 1010111 | 1000101 |
Color Harmonies of #F2F56C
Complementary color
Monochromatic Colors of #F2F56C
Black with #F2F56C
Text Example
Text Example
White with #F2F56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F56C; }
p { color: rgb(242,245,108); }
H1.HeaderClassName
{
color: #F2F56C;
}
.AnyTagClassName
{
color: #F2F56C;
}
</style>
background-color css
<style>
a { background-color: #F2F56C; }
a { background-color: rgb(242,245,108); }
div.DivClassName
{
background-color: #F2F56C;
}
.BgClassName
{
background-color: #F2F56C;
}
</style>
border-color css
<style>
span { border-color: #F2F56C; }
span { border-color: rgb(242,245,108); }
td.TdClassName
{
border-color: #F2F56C;
}
.TagClassName
{
border-color: #F2F56C;
}
</style>