Shades of Paris Daisy #F8F249
Tints of Paris Daisy #F8F249
RGB
CMYK
RGB Variations
Color information
#F8F249 (or 0xF8F249) is known color: Paris Daisy. HEX triplet: F8, F2 and 49. RGB value is (248,242,73). Sum of RGB (Red+Green+Blue) = 248+242+73=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 73 (28.91% from 255 or 12.97% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F249 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F249 is #070DB6. Grayscale: #E1E1E1. Windows color (decimal): -462263 or 4846328. OLE color: 4846328.
HSL color Cylindrical-coordinate representation of color #F8F249: hue angle of 57.94º 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 #F8F249 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 73 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.03 |
| HSL | 57.94º | 0.93% | 0.63% | - |
| HSV(B) | 57.94º | 0.71% | 0.97% | - |
| XYZ | 71.67 | 83.94 | 18.73 | - |
| YUV | 224.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 73 | 0 | 0.02 | 0.71 | 0.03 | 57.94 | 0.93 | 0.63 |
| Hex | F8 | F2 | 49 | 0 | 2 | 47 | 3 | 3A | 5D | 3F |
| Octal | 370 | 362 | 111 | 0 | 2 | 107 | 3 | 72 | 135 | 77 |
| Binary | 11111000 | 11110010 | 1001001 | 0 | 10 | 1000111 | 11 | 111010 | 1011101 | 111111 |
Color Harmonies of #F8F249
Complementary color
Monochromatic Colors of #F8F249
Black with #F8F249
Text Example
Text Example
White with #F8F249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F249; }
p { color: rgb(248,242,73); }
H1.HeaderClassName
{
color: #F8F249;
}
.AnyTagClassName
{
color: #F8F249;
}
</style>
background-color css
<style>
a { background-color: #F8F249; }
a { background-color: rgb(248,242,73); }
div.DivClassName
{
background-color: #F8F249;
}
.BgClassName
{
background-color: #F8F249;
}
</style>
border-color css
<style>
span { border-color: #F8F249; }
span { border-color: rgb(248,242,73); }
td.TdClassName
{
border-color: #F8F249;
}
.TagClassName
{
border-color: #F8F249;
}
</style>