Shades of Dolly #F5ED6A
Tints of Dolly #F5ED6A
RGB
CMYK
RGB Variations
Color information
#F5ED6A (or 0xF5ED6A) is known color: Dolly. HEX triplet: F5, ED and 6A. RGB value is (245,237,106). Sum of RGB (Red+Green+Blue) = 245+237+106=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 106 (41.80% from 255 or 18.03% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED6A is #0A1295. Grayscale: #E0E0E0. Windows color (decimal): -660118 or 7007733. OLE color: 7007733.
HSL color Cylindrical-coordinate representation of color #F5ED6A: hue angle of 56.55º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5ED6A is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 106 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.04 |
| HSL | 56.55º | 0.87% | 0.69% | - |
| HSV(B) | 56.55º | 0.57% | 0.96% | - |
| XYZ | 70.54 | 81.02 | 25.56 | - |
| YUV | 224.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 106 | 0 | 0.03 | 0.57 | 0.04 | 56.55 | 0.87 | 0.69 |
| Hex | F5 | ED | 6A | 0 | 3 | 39 | 4 | 39 | 57 | 45 |
| Octal | 365 | 355 | 152 | 0 | 3 | 71 | 4 | 71 | 127 | 105 |
| Binary | 11110101 | 11101101 | 1101010 | 0 | 11 | 111001 | 100 | 111001 | 1010111 | 1000101 |
Color Harmonies of #F5ED6A
Complementary color
Monochromatic Colors of #F5ED6A
Black with #F5ED6A
Text Example
Text Example
White with #F5ED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED6A; }
p { color: rgb(245,237,106); }
H1.HeaderClassName
{
color: #F5ED6A;
}
.AnyTagClassName
{
color: #F5ED6A;
}
</style>
background-color css
<style>
a { background-color: #F5ED6A; }
a { background-color: rgb(245,237,106); }
div.DivClassName
{
background-color: #F5ED6A;
}
.BgClassName
{
background-color: #F5ED6A;
}
</style>
border-color css
<style>
span { border-color: #F5ED6A; }
span { border-color: rgb(245,237,106); }
td.TdClassName
{
border-color: #F5ED6A;
}
.TagClassName
{
border-color: #F5ED6A;
}
</style>