Shades of Dolly #F2F367
Tints of Dolly #F2F367
RGB
CMYK
RGB Variations
Color information
#F2F367 (or 0xF2F367) is known color: Dolly. HEX triplet: F2, F3 and 67. RGB value is (242,243,103). Sum of RGB (Red+Green+Blue) = 242+243+103=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 103 (40.62% from 255 or 17.52% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F367 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F367 is #0D0C98. Grayscale: #E3E3E3. Windows color (decimal): -855193 or 6812658. OLE color: 6812658.
HSL color Cylindrical-coordinate representation of color #F2F367: hue angle of 60.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2F367 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 103 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.05 |
| HSL | 60.43º | 0.85% | 0.68% | - |
| HSV(B) | 60.43º | 0.58% | 0.95% | - |
| XYZ | 71.12 | 83.96 | 25.29 | - |
| YUV | 226.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 103 | 0.00 | 0 | 0.58 | 0.05 | 60.43 | 0.85 | 0.68 |
| Hex | F2 | F3 | 67 | 0 | 0 | 3A | 5 | 3C | 55 | 44 |
| Octal | 362 | 363 | 147 | 0 | 0 | 72 | 5 | 74 | 125 | 104 |
| Binary | 11110010 | 11110011 | 1100111 | 0 | 0 | 111010 | 101 | 111100 | 1010101 | 1000100 |
Color Harmonies of #F2F367
Complementary color
Monochromatic Colors of #F2F367
Black with #F2F367
Text Example
Text Example
White with #F2F367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F367; }
p { color: rgb(242,243,103); }
H1.HeaderClassName
{
color: #F2F367;
}
.AnyTagClassName
{
color: #F2F367;
}
</style>
background-color css
<style>
a { background-color: #F2F367; }
a { background-color: rgb(242,243,103); }
div.DivClassName
{
background-color: #F2F367;
}
.BgClassName
{
background-color: #F2F367;
}
</style>
border-color css
<style>
span { border-color: #F2F367; }
span { border-color: rgb(242,243,103); }
td.TdClassName
{
border-color: #F2F367;
}
.TagClassName
{
border-color: #F2F367;
}
</style>