Shades of Dolly #F2F277
Tints of Dolly #F2F277
RGB
CMYK
RGB Variations
Color information
#F2F277 (or 0xF2F277) is known color: Dolly. HEX triplet: F2, F2 and 77. RGB value is (242,242,119). Sum of RGB (Red+Green+Blue) = 242+242+119=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 119 (46.88% from 255 or 19.73% from 603); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F277 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F277 is #0D0D88. Grayscale: #E4E4E4. Windows color (decimal): -855433 or 7860978. OLE color: 7860978.
HSL color Cylindrical-coordinate representation of color #F2F277: hue angle of 60º degrees, saturation: 0.83, 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 #F2F277 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 119 | - |
| CMYK | 0 | 0 | 0.51 | 0.05 |
| HSL | 60º | 0.83% | 0.71% | - |
| HSV(B) | 60º | 0.51% | 0.95% | - |
| XYZ | 71.7 | 83.71 | 29.83 | - |
| YUV | 227.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 119 | 0 | 0 | 0.51 | 0.05 | 60 | 0.83 | 0.71 |
| Hex | F2 | F2 | 77 | 0 | 0 | 33 | 5 | 3C | 53 | 47 |
| Octal | 362 | 362 | 167 | 0 | 0 | 63 | 5 | 74 | 123 | 107 |
| Binary | 11110010 | 11110010 | 1110111 | 0 | 0 | 110011 | 101 | 111100 | 1010011 | 1000111 |
Color Harmonies of #F2F277
Complementary color
Monochromatic Colors of #F2F277
Black with #F2F277
Text Example
Text Example
White with #F2F277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F277; }
p { color: rgb(242,242,119); }
H1.HeaderClassName
{
color: #F2F277;
}
.AnyTagClassName
{
color: #F2F277;
}
</style>
background-color css
<style>
a { background-color: #F2F277; }
a { background-color: rgb(242,242,119); }
div.DivClassName
{
background-color: #F2F277;
}
.BgClassName
{
background-color: #F2F277;
}
</style>
border-color css
<style>
span { border-color: #F2F277; }
span { border-color: rgb(242,242,119); }
td.TdClassName
{
border-color: #F2F277;
}
.TagClassName
{
border-color: #F2F277;
}
</style>