Shades of Dolly #F4F17D
Tints of Dolly #F4F17D
RGB
CMYK
RGB Variations
Color information
#F4F17D (or 0xF4F17D) is known color: Dolly. HEX triplet: F4, F1 and 7D. RGB value is (244,241,125). Sum of RGB (Red+Green+Blue) = 244+241+125=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 125 (49.22% from 255 or 20.49% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F17D is #0B0E82. Grayscale: #E5E5E5. Windows color (decimal): -724611 or 8253940. OLE color: 8253940.
HSL color Cylindrical-coordinate representation of color #F4F17D: hue angle of 58.49º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4F17D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 125 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.04 |
| HSL | 58.49º | 0.84% | 0.72% | - |
| HSV(B) | 58.49º | 0.49% | 0.96% | - |
| XYZ | 72.47 | 83.62 | 31.72 | - |
| YUV | 228.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 125 | 0 | 0.01 | 0.49 | 0.04 | 58.49 | 0.84 | 0.72 |
| Hex | F4 | F1 | 7D | 0 | 1 | 31 | 4 | 3A | 54 | 48 |
| Octal | 364 | 361 | 175 | 0 | 1 | 61 | 4 | 72 | 124 | 110 |
| Binary | 11110100 | 11110001 | 1111101 | 0 | 1 | 110001 | 100 | 111010 | 1010100 | 1001000 |
Color Harmonies of #F4F17D
Complementary color
Monochromatic Colors of #F4F17D
Black with #F4F17D
Text Example
Text Example
White with #F4F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F17D; }
p { color: rgb(244,241,125); }
H1.HeaderClassName
{
color: #F4F17D;
}
.AnyTagClassName
{
color: #F4F17D;
}
</style>
background-color css
<style>
a { background-color: #F4F17D; }
a { background-color: rgb(244,241,125); }
div.DivClassName
{
background-color: #F4F17D;
}
.BgClassName
{
background-color: #F4F17D;
}
</style>
border-color css
<style>
span { border-color: #F4F17D; }
span { border-color: rgb(244,241,125); }
td.TdClassName
{
border-color: #F4F17D;
}
.TagClassName
{
border-color: #F4F17D;
}
</style>