Shades of Dolly #F6FE7D
Tints of Dolly #F6FE7D
RGB
CMYK
RGB Variations
Color information
#F6FE7D (or 0xF6FE7D) is known color: Dolly. HEX triplet: F6, FE and 7D. RGB value is (246,254,125). Sum of RGB (Red+Green+Blue) = 246+254+125=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 125 (49.22% from 255 or 20% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6FE7D is #090182. Grayscale: #EDEDED. Windows color (decimal): -590211 or 8257270. OLE color: 8257270.
HSL color Cylindrical-coordinate representation of color #F6FE7D: hue angle of 63.72º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F6FE7D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 125 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.00 |
| HSL | 63.72º | 0.98% | 0.74% | - |
| HSV(B) | 63.72º | 0.51% | 1% | - |
| XYZ | 77.15 | 91.96 | 33.09 | - |
| YUV | 236.9 | 64.85 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 125 | 0.03 | 0 | 0.51 | 0.00 | 63.72 | 0.98 | 0.74 |
| Hex | F6 | FE | 7D | 3 | 0 | 33 | 0 | 40 | 62 | 4A |
| Octal | 366 | 376 | 175 | 3 | 0 | 63 | 0 | 100 | 142 | 112 |
| Binary | 11110110 | 11111110 | 1111101 | 11 | 0 | 110011 | 0 | 1000000 | 1100010 | 1001010 |
Color Harmonies of #F6FE7D
Complementary color
Monochromatic Colors of #F6FE7D
Black with #F6FE7D
Text Example
Text Example
White with #F6FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FE7D; }
p { color: rgb(246,254,125); }
H1.HeaderClassName
{
color: #F6FE7D;
}
.AnyTagClassName
{
color: #F6FE7D;
}
</style>
background-color css
<style>
a { background-color: #F6FE7D; }
a { background-color: rgb(246,254,125); }
div.DivClassName
{
background-color: #F6FE7D;
}
.BgClassName
{
background-color: #F6FE7D;
}
</style>
border-color css
<style>
span { border-color: #F6FE7D; }
span { border-color: rgb(246,254,125); }
td.TdClassName
{
border-color: #F6FE7D;
}
.TagClassName
{
border-color: #F6FE7D;
}
</style>