Shades of Paris Daisy #F9F149
Tints of Paris Daisy #F9F149
RGB
CMYK
RGB Variations
Color information
#F9F149 (or 0xF9F149) is known color: Paris Daisy. HEX triplet: F9, F1 and 49. RGB value is (249,241,73). Sum of RGB (Red+Green+Blue) = 249+241+73=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 73 (28.91% from 255 or 12.97% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F149 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F149 is #060EB6. Grayscale: #E0E0E0. Windows color (decimal): -396983 or 4846073. OLE color: 4846073.
HSL color Cylindrical-coordinate representation of color #F9F149: hue angle of 57.27º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9F149 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 73 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.02 |
| HSL | 57.27º | 0.94% | 0.63% | - |
| HSV(B) | 57.27º | 0.71% | 0.98% | - |
| XYZ | 71.72 | 83.53 | 18.65 | - |
| YUV | 224.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 73 | 0 | 0.03 | 0.71 | 0.02 | 57.27 | 0.94 | 0.63 |
| Hex | F9 | F1 | 49 | 0 | 3 | 47 | 2 | 39 | 5E | 3F |
| Octal | 371 | 361 | 111 | 0 | 3 | 107 | 2 | 71 | 136 | 77 |
| Binary | 11111001 | 11110001 | 1001001 | 0 | 11 | 1000111 | 10 | 111001 | 1011110 | 111111 |
Color Harmonies of #F9F149
Complementary color
Monochromatic Colors of #F9F149
Black with #F9F149
Text Example
Text Example
White with #F9F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F149; }
p { color: rgb(249,241,73); }
H1.HeaderClassName
{
color: #F9F149;
}
.AnyTagClassName
{
color: #F9F149;
}
</style>
background-color css
<style>
a { background-color: #F9F149; }
a { background-color: rgb(249,241,73); }
div.DivClassName
{
background-color: #F9F149;
}
.BgClassName
{
background-color: #F9F149;
}
</style>
border-color css
<style>
span { border-color: #F9F149; }
span { border-color: rgb(249,241,73); }
td.TdClassName
{
border-color: #F9F149;
}
.TagClassName
{
border-color: #F9F149;
}
</style>