Shades of Paris Daisy #F8F149
Tints of Paris Daisy #F8F149
RGB
CMYK
RGB Variations
Color information
#F8F149 (or 0xF8F149) is known color: Paris Daisy. HEX triplet: F8, F1 and 49. RGB value is (248,241,73). Sum of RGB (Red+Green+Blue) = 248+241+73=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 73 (28.91% from 255 or 12.99% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F149 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F149 is #070EB6. Grayscale: #E0E0E0. Windows color (decimal): -462519 or 4846072. OLE color: 4846072.
HSL color Cylindrical-coordinate representation of color #F8F149: hue angle of 57.6º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8F149 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 73 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.03 |
| HSL | 57.6º | 0.93% | 0.63% | - |
| HSV(B) | 57.6º | 0.71% | 0.97% | - |
| XYZ | 71.37 | 83.35 | 18.63 | - |
| YUV | 223.94 | 42.82 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 73 | 0 | 0.03 | 0.71 | 0.03 | 57.6 | 0.93 | 0.63 |
| Hex | F8 | F1 | 49 | 0 | 3 | 47 | 3 | 3A | 5D | 3F |
| Octal | 370 | 361 | 111 | 0 | 3 | 107 | 3 | 72 | 135 | 77 |
| Binary | 11111000 | 11110001 | 1001001 | 0 | 11 | 1000111 | 11 | 111010 | 1011101 | 111111 |
Color Harmonies of #F8F149
Complementary color
Monochromatic Colors of #F8F149
Black with #F8F149
Text Example
Text Example
White with #F8F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F149; }
p { color: rgb(248,241,73); }
H1.HeaderClassName
{
color: #F8F149;
}
.AnyTagClassName
{
color: #F8F149;
}
</style>
background-color css
<style>
a { background-color: #F8F149; }
a { background-color: rgb(248,241,73); }
div.DivClassName
{
background-color: #F8F149;
}
.BgClassName
{
background-color: #F8F149;
}
</style>
border-color css
<style>
span { border-color: #F8F149; }
span { border-color: rgb(248,241,73); }
td.TdClassName
{
border-color: #F8F149;
}
.TagClassName
{
border-color: #F8F149;
}
</style>