Shades of Dolly #F4F380
Tints of Dolly #F4F380
RGB
CMYK
RGB Variations
Color information
#F4F380 (or 0xF4F380) is known color: Dolly. HEX triplet: F4, F3 and 80. RGB value is (244,243,128). Sum of RGB (Red+Green+Blue) = 244+243+128=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F380 is #0B0C7F. Grayscale: #E6E6E6. Windows color (decimal): -724096 or 8451060. OLE color: 8451060.
HSL color Cylindrical-coordinate representation of color #F4F380: hue angle of 59.48º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4F380 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 243 | 128 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.04 |
| HSL | 59.48º | 0.84% | 0.73% | - |
| HSV(B) | 59.48º | 0.48% | 0.96% | - |
| XYZ | 73.26 | 84.89 | 32.95 | - |
| YUV | 230.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 243 | 128 | 0 | 0.00 | 0.48 | 0.04 | 59.48 | 0.84 | 0.73 |
| Hex | F4 | F3 | 80 | 0 | 0 | 30 | 4 | 3B | 54 | 49 |
| Octal | 364 | 363 | 200 | 0 | 0 | 60 | 4 | 73 | 124 | 111 |
| Binary | 11110100 | 11110011 | 10000000 | 0 | 0 | 110000 | 100 | 111011 | 1010100 | 1001001 |
Color Harmonies of #F4F380
Complementary color
Monochromatic Colors of #F4F380
Black with #F4F380
Text Example
Text Example
White with #F4F380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F380; }
p { color: rgb(244,243,128); }
H1.HeaderClassName
{
color: #F4F380;
}
.AnyTagClassName
{
color: #F4F380;
}
</style>
background-color css
<style>
a { background-color: #F4F380; }
a { background-color: rgb(244,243,128); }
div.DivClassName
{
background-color: #F4F380;
}
.BgClassName
{
background-color: #F4F380;
}
</style>
border-color css
<style>
span { border-color: #F4F380; }
span { border-color: rgb(244,243,128); }
td.TdClassName
{
border-color: #F4F380;
}
.TagClassName
{
border-color: #F4F380;
}
</style>