Shades of Dolly #F5E66B
Tints of Dolly #F5E66B
RGB
CMYK
RGB Variations
Color information
#F5E66B (or 0xF5E66B) is known color: Dolly. HEX triplet: F5, E6 and 6B. RGB value is (245,230,107). Sum of RGB (Red+Green+Blue) = 245+230+107=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 107 (42.19% from 255 or 18.38% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E66B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E66B is #0A1994. Grayscale: #DCDCDC. Windows color (decimal): -661909 or 7071477. OLE color: 7071477.
HSL color Cylindrical-coordinate representation of color #F5E66B: hue angle of 53.48º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5E66B is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 230 | 107 | - |
CMYK | 0 | 0.06 | 0.56 | 0.04 |
HSL | 53.48º | 0.87% | 0.69% | - |
HSV(B) | 53.48º | 0.56% | 0.96% | - |
XYZ | 68.61 | 77.07 | 25.17 | - |
YUV | 220.46 | 63.97 | 145.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 230 | 107 | 0 | 0.06 | 0.56 | 0.04 | 53.48 | 0.87 | 0.69 |
Hex | F5 | E6 | 6B | 0 | 6 | 38 | 4 | 35 | 57 | 45 |
Octal | 365 | 346 | 153 | 0 | 6 | 70 | 4 | 65 | 127 | 105 |
Binary | 11110101 | 11100110 | 1101011 | 0 | 110 | 111000 | 100 | 110101 | 1010111 | 1000101 |
Color Harmonies of #F5E66B
Complementary color
Monochromatic Colors of #F5E66B
Black with #F5E66B
Text Example
Text Example
White with #F5E66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E66B; }
p { color: rgb(245,230,107); }
H1.HeaderClassName
{
color: #F5E66B;
}
.AnyTagClassName
{
color: #F5E66B;
}
</style>
background-color css
<style>
a { background-color: #F5E66B; }
a { background-color: rgb(245,230,107); }
div.DivClassName
{
background-color: #F5E66B;
}
.BgClassName
{
background-color: #F5E66B;
}
</style>
border-color css
<style>
span { border-color: #F5E66B; }
span { border-color: rgb(245,230,107); }
td.TdClassName
{
border-color: #F5E66B;
}
.TagClassName
{
border-color: #F5E66B;
}
</style>