Shades of Dolly #F4F265
Tints of Dolly #F4F265
RGB
CMYK
RGB Variations
Color information
#F4F265 (or 0xF4F265) is known color: Dolly. HEX triplet: F4, F2 and 65. RGB value is (244,242,101). Sum of RGB (Red+Green+Blue) = 244+242+101=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 101 (39.84% from 255 or 17.21% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F265 is #0B0D9A. Grayscale: #E3E3E3. Windows color (decimal): -724379 or 6681332. OLE color: 6681332.
HSL color Cylindrical-coordinate representation of color #F4F265: hue angle of 59.16º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4F265 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 101 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.04 |
| HSL | 59.16º | 0.87% | 0.68% | - |
| HSV(B) | 59.16º | 0.59% | 0.96% | - |
| XYZ | 71.41 | 83.68 | 24.7 | - |
| YUV | 226.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 101 | 0 | 0.01 | 0.59 | 0.04 | 59.16 | 0.87 | 0.68 |
| Hex | F4 | F2 | 65 | 0 | 1 | 3B | 4 | 3B | 57 | 44 |
| Octal | 364 | 362 | 145 | 0 | 1 | 73 | 4 | 73 | 127 | 104 |
| Binary | 11110100 | 11110010 | 1100101 | 0 | 1 | 111011 | 100 | 111011 | 1010111 | 1000100 |
Color Harmonies of #F4F265
Complementary color
Monochromatic Colors of #F4F265
Black with #F4F265
Text Example
Text Example
White with #F4F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F265; }
p { color: rgb(244,242,101); }
H1.HeaderClassName
{
color: #F4F265;
}
.AnyTagClassName
{
color: #F4F265;
}
</style>
background-color css
<style>
a { background-color: #F4F265; }
a { background-color: rgb(244,242,101); }
div.DivClassName
{
background-color: #F4F265;
}
.BgClassName
{
background-color: #F4F265;
}
</style>
border-color css
<style>
span { border-color: #F4F265; }
span { border-color: rgb(244,242,101); }
td.TdClassName
{
border-color: #F4F265;
}
.TagClassName
{
border-color: #F4F265;
}
</style>