Shades of Dolly #F1F27D
Tints of Dolly #F1F27D
RGB
CMYK
RGB Variations
Color information
#F1F27D (or 0xF1F27D) is known color: Dolly. HEX triplet: F1, F2 and 7D. RGB value is (241,242,125). Sum of RGB (Red+Green+Blue) = 241+242+125=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F27D is #0E0D82. Grayscale: #E4E4E4. Windows color (decimal): -920963 or 8254193. OLE color: 8254193.
HSL color Cylindrical-coordinate representation of color #F1F27D: hue angle of 60.51º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1F27D is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 125 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.05 |
| HSL | 60.51º | 0.82% | 0.72% | - |
| HSV(B) | 60.51º | 0.48% | 0.95% | - |
| XYZ | 71.73 | 83.69 | 31.77 | - |
| YUV | 228.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 125 | 0.00 | 0 | 0.48 | 0.05 | 60.51 | 0.82 | 0.72 |
| Hex | F1 | F2 | 7D | 0 | 0 | 30 | 5 | 3D | 52 | 48 |
| Octal | 361 | 362 | 175 | 0 | 0 | 60 | 5 | 75 | 122 | 110 |
| Binary | 11110001 | 11110010 | 1111101 | 0 | 0 | 110000 | 101 | 111101 | 1010010 | 1001000 |
Color Harmonies of #F1F27D
Complementary color
Monochromatic Colors of #F1F27D
Black with #F1F27D
Text Example
Text Example
White with #F1F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F27D; }
p { color: rgb(241,242,125); }
H1.HeaderClassName
{
color: #F1F27D;
}
.AnyTagClassName
{
color: #F1F27D;
}
</style>
background-color css
<style>
a { background-color: #F1F27D; }
a { background-color: rgb(241,242,125); }
div.DivClassName
{
background-color: #F1F27D;
}
.BgClassName
{
background-color: #F1F27D;
}
</style>
border-color css
<style>
span { border-color: #F1F27D; }
span { border-color: rgb(241,242,125); }
td.TdClassName
{
border-color: #F1F27D;
}
.TagClassName
{
border-color: #F1F27D;
}
</style>