Shades of Dolly #F4ED7A
Tints of Dolly #F4ED7A
RGB
CMYK
RGB Variations
Color information
#F4ED7A (or 0xF4ED7A) is known color: Dolly. HEX triplet: F4, ED and 7A. RGB value is (244,237,122). Sum of RGB (Red+Green+Blue) = 244+237+122=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 122 (48.05% from 255 or 20.23% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4ED7A is #0B1285. Grayscale: #E2E2E2. Windows color (decimal): -725638 or 8056308. OLE color: 8056308.
HSL color Cylindrical-coordinate representation of color #F4ED7A: hue angle of 56.56º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4ED7A is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 122 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.04 |
| HSL | 56.56º | 0.85% | 0.72% | - |
| HSV(B) | 56.56º | 0.5% | 0.96% | - |
| XYZ | 71.11 | 81.21 | 30.34 | - |
| YUV | 225.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 122 | 0 | 0.03 | 0.5 | 0.04 | 56.56 | 0.85 | 0.72 |
| Hex | F4 | ED | 7A | 0 | 3 | 32 | 4 | 39 | 55 | 48 |
| Octal | 364 | 355 | 172 | 0 | 3 | 62 | 4 | 71 | 125 | 110 |
| Binary | 11110100 | 11101101 | 1111010 | 0 | 11 | 110010 | 100 | 111001 | 1010101 | 1001000 |
Color Harmonies of #F4ED7A
Complementary color
Monochromatic Colors of #F4ED7A
Black with #F4ED7A
Text Example
Text Example
White with #F4ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ED7A; }
p { color: rgb(244,237,122); }
H1.HeaderClassName
{
color: #F4ED7A;
}
.AnyTagClassName
{
color: #F4ED7A;
}
</style>
background-color css
<style>
a { background-color: #F4ED7A; }
a { background-color: rgb(244,237,122); }
div.DivClassName
{
background-color: #F4ED7A;
}
.BgClassName
{
background-color: #F4ED7A;
}
</style>
border-color css
<style>
span { border-color: #F4ED7A; }
span { border-color: rgb(244,237,122); }
td.TdClassName
{
border-color: #F4ED7A;
}
.TagClassName
{
border-color: #F4ED7A;
}
</style>