Shades of Dolly #F5FE7B
Tints of Dolly #F5FE7B
RGB
CMYK
RGB Variations
Color information
#F5FE7B (or 0xF5FE7B) is known color: Dolly. HEX triplet: F5, FE and 7B. RGB value is (245,254,123). Sum of RGB (Red+Green+Blue) = 245+254+123=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 123 (48.44% from 255 or 19.77% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE7B is #0A0184. Grayscale: #ECECEC. Windows color (decimal): -655749 or 8126197. OLE color: 8126197.
HSL color Cylindrical-coordinate representation of color #F5FE7B: hue angle of 64.12º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5FE7B is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 123 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.00 |
| HSL | 64.12º | 0.98% | 0.74% | - |
| HSV(B) | 64.12º | 0.52% | 1% | - |
| XYZ | 76.67 | 91.73 | 32.4 | - |
| YUV | 236.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 123 | 0.04 | 0 | 0.52 | 0.00 | 64.12 | 0.98 | 0.74 |
| Hex | F5 | FE | 7B | 4 | 0 | 34 | 0 | 40 | 62 | 4A |
| Octal | 365 | 376 | 173 | 4 | 0 | 64 | 0 | 100 | 142 | 112 |
| Binary | 11110101 | 11111110 | 1111011 | 100 | 0 | 110100 | 0 | 1000000 | 1100010 | 1001010 |
Color Harmonies of #F5FE7B
Complementary color
Monochromatic Colors of #F5FE7B
Black with #F5FE7B
Text Example
Text Example
White with #F5FE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE7B; }
p { color: rgb(245,254,123); }
H1.HeaderClassName
{
color: #F5FE7B;
}
.AnyTagClassName
{
color: #F5FE7B;
}
</style>
background-color css
<style>
a { background-color: #F5FE7B; }
a { background-color: rgb(245,254,123); }
div.DivClassName
{
background-color: #F5FE7B;
}
.BgClassName
{
background-color: #F5FE7B;
}
</style>
border-color css
<style>
span { border-color: #F5FE7B; }
span { border-color: rgb(245,254,123); }
td.TdClassName
{
border-color: #F5FE7B;
}
.TagClassName
{
border-color: #F5FE7B;
}
</style>