Shades of Dolly #F1F37B
Tints of Dolly #F1F37B
RGB
CMYK
RGB Variations
Color information
#F1F37B (or 0xF1F37B) is known color: Dolly. HEX triplet: F1, F3 and 7B. RGB value is (241,243,123). Sum of RGB (Red+Green+Blue) = 241+243+123=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 123 (48.44% from 255 or 20.26% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F37B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F37B is #0E0C84. Grayscale: #E5E5E5. Windows color (decimal): -920709 or 8123377. OLE color: 8123377.
HSL color Cylindrical-coordinate representation of color #F1F37B: hue angle of 61º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1F37B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 123 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.05 |
| HSL | 61º | 0.83% | 0.72% | - |
| HSV(B) | 61º | 0.49% | 0.95% | - |
| XYZ | 71.9 | 84.23 | 31.21 | - |
| YUV | 228.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 123 | 0.01 | 0 | 0.49 | 0.05 | 61 | 0.83 | 0.72 |
| Hex | F1 | F3 | 7B | 1 | 0 | 31 | 5 | 3D | 53 | 48 |
| Octal | 361 | 363 | 173 | 1 | 0 | 61 | 5 | 75 | 123 | 110 |
| Binary | 11110001 | 11110011 | 1111011 | 1 | 0 | 110001 | 101 | 111101 | 1010011 | 1001000 |
Color Harmonies of #F1F37B
Complementary color
Monochromatic Colors of #F1F37B
Black with #F1F37B
Text Example
Text Example
White with #F1F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F37B; }
p { color: rgb(241,243,123); }
H1.HeaderClassName
{
color: #F1F37B;
}
.AnyTagClassName
{
color: #F1F37B;
}
</style>
background-color css
<style>
a { background-color: #F1F37B; }
a { background-color: rgb(241,243,123); }
div.DivClassName
{
background-color: #F1F37B;
}
.BgClassName
{
background-color: #F1F37B;
}
</style>
border-color css
<style>
span { border-color: #F1F37B; }
span { border-color: rgb(241,243,123); }
td.TdClassName
{
border-color: #F1F37B;
}
.TagClassName
{
border-color: #F1F37B;
}
</style>