Shades of Paris Daisy #F8F549
Tints of Paris Daisy #F8F549
RGB
CMYK
RGB Variations
Color information
#F8F549 (or 0xF8F549) is known color: Paris Daisy. HEX triplet: F8, F5 and 49. RGB value is (248,245,73). Sum of RGB (Red+Green+Blue) = 248+245+73=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 73 (28.91% from 255 or 12.90% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F549 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F549 is #070AB6. Grayscale: #E2E2E2. Windows color (decimal): -461495 or 4847096. OLE color: 4847096.
HSL color Cylindrical-coordinate representation of color #F8F549: hue angle of 58.97º 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 #F8F549 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 73 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.03 |
| HSL | 58.97º | 0.93% | 0.63% | - |
| HSV(B) | 58.97º | 0.71% | 0.97% | - |
| XYZ | 72.57 | 85.74 | 19.03 | - |
| YUV | 226.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 73 | 0 | 0.01 | 0.71 | 0.03 | 58.97 | 0.93 | 0.63 |
| Hex | F8 | F5 | 49 | 0 | 1 | 47 | 3 | 3B | 5D | 3F |
| Octal | 370 | 365 | 111 | 0 | 1 | 107 | 3 | 73 | 135 | 77 |
| Binary | 11111000 | 11110101 | 1001001 | 0 | 1 | 1000111 | 11 | 111011 | 1011101 | 111111 |
Color Harmonies of #F8F549
Complementary color
Monochromatic Colors of #F8F549
Black with #F8F549
Text Example
Text Example
White with #F8F549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F549; }
p { color: rgb(248,245,73); }
H1.HeaderClassName
{
color: #F8F549;
}
.AnyTagClassName
{
color: #F8F549;
}
</style>
background-color css
<style>
a { background-color: #F8F549; }
a { background-color: rgb(248,245,73); }
div.DivClassName
{
background-color: #F8F549;
}
.BgClassName
{
background-color: #F8F549;
}
</style>
border-color css
<style>
span { border-color: #F8F549; }
span { border-color: rgb(248,245,73); }
td.TdClassName
{
border-color: #F8F549;
}
.TagClassName
{
border-color: #F8F549;
}
</style>