Shades of Dolly #F5F76B
Tints of Dolly #F5F76B
RGB
CMYK
RGB Variations
Color information
#F5F76B (or 0xF5F76B) is known color: Dolly. HEX triplet: F5, F7 and 6B. RGB value is (245,247,107). Sum of RGB (Red+Green+Blue) = 245+247+107=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 107 (42.19% from 255 or 17.86% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F76B is #0A0894. Grayscale: #E7E7E7. Windows color (decimal): -657557 or 7075829. OLE color: 7075829.
HSL color Cylindrical-coordinate representation of color #F5F76B: hue angle of 60.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5F76B is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 247 | 107 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.03 |
| HSL | 60.86º | 0.9% | 0.69% | - |
| HSV(B) | 60.86º | 0.57% | 0.97% | - |
| XYZ | 73.57 | 87 | 26.82 | - |
| YUV | 230.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 247 | 107 | 0.01 | 0 | 0.57 | 0.03 | 60.86 | 0.9 | 0.69 |
| Hex | F5 | F7 | 6B | 1 | 0 | 39 | 3 | 3D | 5A | 45 |
| Octal | 365 | 367 | 153 | 1 | 0 | 71 | 3 | 75 | 132 | 105 |
| Binary | 11110101 | 11110111 | 1101011 | 1 | 0 | 111001 | 11 | 111101 | 1011010 | 1000101 |
Color Harmonies of #F5F76B
Complementary color
Monochromatic Colors of #F5F76B
Black with #F5F76B
Text Example
Text Example
White with #F5F76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F76B; }
p { color: rgb(245,247,107); }
H1.HeaderClassName
{
color: #F5F76B;
}
.AnyTagClassName
{
color: #F5F76B;
}
</style>
background-color css
<style>
a { background-color: #F5F76B; }
a { background-color: rgb(245,247,107); }
div.DivClassName
{
background-color: #F5F76B;
}
.BgClassName
{
background-color: #F5F76B;
}
</style>
border-color css
<style>
span { border-color: #F5F76B; }
span { border-color: rgb(245,247,107); }
td.TdClassName
{
border-color: #F5F76B;
}
.TagClassName
{
border-color: #F5F76B;
}
</style>