Shades of Dolly #F2F378
Tints of Dolly #F2F378
RGB
CMYK
RGB Variations
Color information
#F2F378 (or 0xF2F378) is known color: Dolly. HEX triplet: F2, F3 and 78. RGB value is (242,243,120). Sum of RGB (Red+Green+Blue) = 242+243+120=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 120 (47.27% from 255 or 19.83% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F378 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F378 is #0D0C87. Grayscale: #E5E5E5. Windows color (decimal): -855176 or 7926770. OLE color: 7926770.
HSL color Cylindrical-coordinate representation of color #F2F378: hue angle of 60.49º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2F378 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 120 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.05 |
| HSL | 60.49º | 0.84% | 0.71% | - |
| HSV(B) | 60.49º | 0.51% | 0.95% | - |
| XYZ | 72.06 | 84.33 | 30.25 | - |
| YUV | 228.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 120 | 0.00 | 0 | 0.51 | 0.05 | 60.49 | 0.84 | 0.71 |
| Hex | F2 | F3 | 78 | 0 | 0 | 33 | 5 | 3C | 54 | 47 |
| Octal | 362 | 363 | 170 | 0 | 0 | 63 | 5 | 74 | 124 | 107 |
| Binary | 11110010 | 11110011 | 1111000 | 0 | 0 | 110011 | 101 | 111100 | 1010100 | 1000111 |
Color Harmonies of #F2F378
Complementary color
Monochromatic Colors of #F2F378
Black with #F2F378
Text Example
Text Example
White with #F2F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F378; }
p { color: rgb(242,243,120); }
H1.HeaderClassName
{
color: #F2F378;
}
.AnyTagClassName
{
color: #F2F378;
}
</style>
background-color css
<style>
a { background-color: #F2F378; }
a { background-color: rgb(242,243,120); }
div.DivClassName
{
background-color: #F2F378;
}
.BgClassName
{
background-color: #F2F378;
}
</style>
border-color css
<style>
span { border-color: #F2F378; }
span { border-color: rgb(242,243,120); }
td.TdClassName
{
border-color: #F2F378;
}
.TagClassName
{
border-color: #F2F378;
}
</style>