Shades of Dolly #F1F87B
Tints of Dolly #F1F87B
RGB
CMYK
RGB Variations
Color information
#F1F87B (or 0xF1F87B) is known color: Dolly. HEX triplet: F1, F8 and 7B. RGB value is (241,248,123). Sum of RGB (Red+Green+Blue) = 241+248+123=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 123 (48.44% from 255 or 20.10% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F87B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F87B is #0E0784. Grayscale: #E8E8E8. Windows color (decimal): -919429 or 8124657. OLE color: 8124657.
HSL color Cylindrical-coordinate representation of color #F1F87B: hue angle of 63.36º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F1F87B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 248 | 123 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.03 |
| HSL | 63.36º | 0.9% | 0.73% | - |
| HSV(B) | 63.36º | 0.5% | 0.97% | - |
| XYZ | 73.42 | 87.27 | 31.71 | - |
| YUV | 231.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 248 | 123 | 0.03 | 0 | 0.50 | 0.03 | 63.36 | 0.9 | 0.73 |
| Hex | F1 | F8 | 7B | 3 | 0 | 32 | 3 | 3F | 5A | 49 |
| Octal | 361 | 370 | 173 | 3 | 0 | 62 | 3 | 77 | 132 | 111 |
| Binary | 11110001 | 11111000 | 1111011 | 11 | 0 | 110010 | 11 | 111111 | 1011010 | 1001001 |
Color Harmonies of #F1F87B
Complementary color
Monochromatic Colors of #F1F87B
Black with #F1F87B
Text Example
Text Example
White with #F1F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F87B; }
p { color: rgb(241,248,123); }
H1.HeaderClassName
{
color: #F1F87B;
}
.AnyTagClassName
{
color: #F1F87B;
}
</style>
background-color css
<style>
a { background-color: #F1F87B; }
a { background-color: rgb(241,248,123); }
div.DivClassName
{
background-color: #F1F87B;
}
.BgClassName
{
background-color: #F1F87B;
}
</style>
border-color css
<style>
span { border-color: #F1F87B; }
span { border-color: rgb(241,248,123); }
td.TdClassName
{
border-color: #F1F87B;
}
.TagClassName
{
border-color: #F1F87B;
}
</style>