Shades of Paris Daisy #F1F053
Tints of Paris Daisy #F1F053
RGB
CMYK
RGB Variations
Color information
#F1F053 (or 0xF1F053) is known color: Paris Daisy. HEX triplet: F1, F0 and 53. RGB value is (241,240,83). Sum of RGB (Red+Green+Blue) = 241+240+83=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 83 (32.81% from 255 or 14.72% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F053 is #0E0FAC. Grayscale: #DFDFDF. Windows color (decimal): -921517 or 5501169. OLE color: 5501169.
HSL color Cylindrical-coordinate representation of color #F1F053: hue angle of 59.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1F053 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 83 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.05 |
| HSL | 59.62º | 0.85% | 0.64% | - |
| HSV(B) | 59.62º | 0.66% | 0.95% | - |
| XYZ | 69 | 81.65 | 20.31 | - |
| YUV | 222.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 83 | 0 | 0.00 | 0.66 | 0.05 | 59.62 | 0.85 | 0.64 |
| Hex | F1 | F0 | 53 | 0 | 0 | 42 | 5 | 3C | 55 | 40 |
| Octal | 361 | 360 | 123 | 0 | 0 | 102 | 5 | 74 | 125 | 100 |
| Binary | 11110001 | 11110000 | 1010011 | 0 | 0 | 1000010 | 101 | 111100 | 1010101 | 1000000 |
Color Harmonies of #F1F053
Complementary color
Monochromatic Colors of #F1F053
Black with #F1F053
Text Example
Text Example
White with #F1F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F053; }
p { color: rgb(241,240,83); }
H1.HeaderClassName
{
color: #F1F053;
}
.AnyTagClassName
{
color: #F1F053;
}
</style>
background-color css
<style>
a { background-color: #F1F053; }
a { background-color: rgb(241,240,83); }
div.DivClassName
{
background-color: #F1F053;
}
.BgClassName
{
background-color: #F1F053;
}
</style>
border-color css
<style>
span { border-color: #F1F053; }
span { border-color: rgb(241,240,83); }
td.TdClassName
{
border-color: #F1F053;
}
.TagClassName
{
border-color: #F1F053;
}
</style>