Shades of Dolly #F1F67B
Tints of Dolly #F1F67B
RGB
CMYK
RGB Variations
Color information
#F1F67B (or 0xF1F67B) is known color: Dolly. HEX triplet: F1, F6 and 7B. RGB value is (241,246,123). Sum of RGB (Red+Green+Blue) = 241+246+123=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 123 (48.44% from 255 or 20.16% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F67B is #0E0984. Grayscale: #E6E6E6. Windows color (decimal): -919941 or 8124145. OLE color: 8124145.
HSL color Cylindrical-coordinate representation of color #F1F67B: hue angle of 62.44º degrees, saturation: 0.87, 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 #F1F67B is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 123 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.04 |
| HSL | 62.44º | 0.87% | 0.72% | - |
| HSV(B) | 62.44º | 0.5% | 0.96% | - |
| XYZ | 72.81 | 86.04 | 31.51 | - |
| YUV | 230.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 123 | 0.02 | 0 | 0.50 | 0.04 | 62.44 | 0.87 | 0.72 |
| Hex | F1 | F6 | 7B | 2 | 0 | 32 | 4 | 3E | 57 | 48 |
| Octal | 361 | 366 | 173 | 2 | 0 | 62 | 4 | 76 | 127 | 110 |
| Binary | 11110001 | 11110110 | 1111011 | 10 | 0 | 110010 | 100 | 111110 | 1010111 | 1001000 |
Color Harmonies of #F1F67B
Complementary color
Monochromatic Colors of #F1F67B
Black with #F1F67B
Text Example
Text Example
White with #F1F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F67B; }
p { color: rgb(241,246,123); }
H1.HeaderClassName
{
color: #F1F67B;
}
.AnyTagClassName
{
color: #F1F67B;
}
</style>
background-color css
<style>
a { background-color: #F1F67B; }
a { background-color: rgb(241,246,123); }
div.DivClassName
{
background-color: #F1F67B;
}
.BgClassName
{
background-color: #F1F67B;
}
</style>
border-color css
<style>
span { border-color: #F1F67B; }
span { border-color: rgb(241,246,123); }
td.TdClassName
{
border-color: #F1F67B;
}
.TagClassName
{
border-color: #F1F67B;
}
</style>