Shades of Paris Daisy #F8F049
Tints of Paris Daisy #F8F049
RGB
CMYK
RGB Variations
Color information
#F8F049 (or 0xF8F049) is known color: Paris Daisy. HEX triplet: F8, F0 and 49. RGB value is (248,240,73). Sum of RGB (Red+Green+Blue) = 248+240+73=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 73 (28.91% from 255 or 13.01% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F049 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F049 is #070FB6. Grayscale: #E0E0E0. Windows color (decimal): -462775 or 4845816. OLE color: 4845816.
HSL color Cylindrical-coordinate representation of color #F8F049: hue angle of 57.26º 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 #F8F049 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 73 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.03 |
| HSL | 57.26º | 0.93% | 0.63% | - |
| HSV(B) | 57.26º | 0.71% | 0.97% | - |
| XYZ | 71.07 | 82.76 | 18.53 | - |
| YUV | 223.35 | 43.15 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 73 | 0 | 0.03 | 0.71 | 0.03 | 57.26 | 0.93 | 0.63 |
| Hex | F8 | F0 | 49 | 0 | 3 | 47 | 3 | 39 | 5D | 3F |
| Octal | 370 | 360 | 111 | 0 | 3 | 107 | 3 | 71 | 135 | 77 |
| Binary | 11111000 | 11110000 | 1001001 | 0 | 11 | 1000111 | 11 | 111001 | 1011101 | 111111 |
Color Harmonies of #F8F049
Complementary color
Monochromatic Colors of #F8F049
Black with #F8F049
Text Example
Text Example
White with #F8F049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F049; }
p { color: rgb(248,240,73); }
H1.HeaderClassName
{
color: #F8F049;
}
.AnyTagClassName
{
color: #F8F049;
}
</style>
background-color css
<style>
a { background-color: #F8F049; }
a { background-color: rgb(248,240,73); }
div.DivClassName
{
background-color: #F8F049;
}
.BgClassName
{
background-color: #F8F049;
}
</style>
border-color css
<style>
span { border-color: #F8F049; }
span { border-color: rgb(248,240,73); }
td.TdClassName
{
border-color: #F8F049;
}
.TagClassName
{
border-color: #F8F049;
}
</style>