Shades of Dolly #F5FE73
Tints of Dolly #F5FE73
RGB
CMYK
RGB Variations
Color information
#F5FE73 (or 0xF5FE73) is known color: Dolly. HEX triplet: F5, FE and 73. RGB value is (245,254,115). Sum of RGB (Red+Green+Blue) = 245+254+115=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 115 (45.31% from 255 or 18.73% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE73 is #0A018C. Grayscale: #ECECEC. Windows color (decimal): -655757 or 7601909. OLE color: 7601909.
HSL color Cylindrical-coordinate representation of color #F5FE73: hue angle of 63.88º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5FE73 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 115 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.00 |
| HSL | 63.88º | 0.99% | 0.72% | - |
| HSV(B) | 63.88º | 0.55% | 1% | - |
| XYZ | 76.19 | 91.53 | 29.87 | - |
| YUV | 235.46 | 60.02 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 115 | 0.04 | 0 | 0.55 | 0.00 | 63.88 | 0.99 | 0.72 |
| Hex | F5 | FE | 73 | 4 | 0 | 37 | 0 | 40 | 63 | 48 |
| Octal | 365 | 376 | 163 | 4 | 0 | 67 | 0 | 100 | 143 | 110 |
| Binary | 11110101 | 11111110 | 1110011 | 100 | 0 | 110111 | 0 | 1000000 | 1100011 | 1001000 |
Color Harmonies of #F5FE73
Complementary color
Monochromatic Colors of #F5FE73
Black with #F5FE73
Text Example
Text Example
White with #F5FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE73; }
p { color: rgb(245,254,115); }
H1.HeaderClassName
{
color: #F5FE73;
}
.AnyTagClassName
{
color: #F5FE73;
}
</style>
background-color css
<style>
a { background-color: #F5FE73; }
a { background-color: rgb(245,254,115); }
div.DivClassName
{
background-color: #F5FE73;
}
.BgClassName
{
background-color: #F5FE73;
}
</style>
border-color css
<style>
span { border-color: #F5FE73; }
span { border-color: rgb(245,254,115); }
td.TdClassName
{
border-color: #F5FE73;
}
.TagClassName
{
border-color: #F5FE73;
}
</style>