Shades of Dolly #F4F67D
Tints of Dolly #F4F67D
RGB
CMYK
RGB Variations
Color information
#F4F67D (or 0xF4F67D) is known color: Dolly. HEX triplet: F4, F6 and 7D. RGB value is (244,246,125). Sum of RGB (Red+Green+Blue) = 244+246+125=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F67D is #0B0982. Grayscale: #E8E8E8. Windows color (decimal): -723331 or 8255220. OLE color: 8255220.
HSL color Cylindrical-coordinate representation of color #F4F67D: hue angle of 60.99º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4F67D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 246 | 125 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.04 |
| HSL | 60.99º | 0.87% | 0.73% | - |
| HSV(B) | 60.99º | 0.49% | 0.96% | - |
| XYZ | 73.97 | 86.63 | 32.22 | - |
| YUV | 231.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 246 | 125 | 0.01 | 0 | 0.49 | 0.04 | 60.99 | 0.87 | 0.73 |
| Hex | F4 | F6 | 7D | 1 | 0 | 31 | 4 | 3D | 57 | 49 |
| Octal | 364 | 366 | 175 | 1 | 0 | 61 | 4 | 75 | 127 | 111 |
| Binary | 11110100 | 11110110 | 1111101 | 1 | 0 | 110001 | 100 | 111101 | 1010111 | 1001001 |
Color Harmonies of #F4F67D
Complementary color
Monochromatic Colors of #F4F67D
Black with #F4F67D
Text Example
Text Example
White with #F4F67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F67D; }
p { color: rgb(244,246,125); }
H1.HeaderClassName
{
color: #F4F67D;
}
.AnyTagClassName
{
color: #F4F67D;
}
</style>
background-color css
<style>
a { background-color: #F4F67D; }
a { background-color: rgb(244,246,125); }
div.DivClassName
{
background-color: #F4F67D;
}
.BgClassName
{
background-color: #F4F67D;
}
</style>
border-color css
<style>
span { border-color: #F4F67D; }
span { border-color: rgb(244,246,125); }
td.TdClassName
{
border-color: #F4F67D;
}
.TagClassName
{
border-color: #F4F67D;
}
</style>