Shades of Paris Daisy #F8E349
Tints of Paris Daisy #F8E349
RGB
CMYK
RGB Variations
Color information
#F8E349 (or 0xF8E349) is known color: Paris Daisy. HEX triplet: F8, E3 and 49. RGB value is (248,227,73). Sum of RGB (Red+Green+Blue) = 248+227+73=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 73 (28.91% from 255 or 13.32% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E349 is #071CB6. Grayscale: #D8D8D8. Windows color (decimal): -466103 or 4842488. OLE color: 4842488.
HSL color Cylindrical-coordinate representation of color #F8E349: hue angle of 52.8º 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 #F8E349 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 227 | 73 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.03 |
| HSL | 52.8º | 0.93% | 0.63% | - |
| HSV(B) | 52.8º | 0.71% | 0.97% | - |
| XYZ | 67.38 | 75.38 | 17.3 | - |
| YUV | 215.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 227 | 73 | 0 | 0.08 | 0.71 | 0.03 | 52.8 | 0.93 | 0.63 |
| Hex | F8 | E3 | 49 | 0 | 8 | 47 | 3 | 35 | 5D | 3F |
| Octal | 370 | 343 | 111 | 0 | 10 | 107 | 3 | 65 | 135 | 77 |
| Binary | 11111000 | 11100011 | 1001001 | 0 | 1000 | 1000111 | 11 | 110101 | 1011101 | 111111 |
Color Harmonies of #F8E349
Complementary color
Monochromatic Colors of #F8E349
Black with #F8E349
Text Example
Text Example
White with #F8E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E349; }
p { color: rgb(248,227,73); }
H1.HeaderClassName
{
color: #F8E349;
}
.AnyTagClassName
{
color: #F8E349;
}
</style>
background-color css
<style>
a { background-color: #F8E349; }
a { background-color: rgb(248,227,73); }
div.DivClassName
{
background-color: #F8E349;
}
.BgClassName
{
background-color: #F8E349;
}
</style>
border-color css
<style>
span { border-color: #F8E349; }
span { border-color: rgb(248,227,73); }
td.TdClassName
{
border-color: #F8E349;
}
.TagClassName
{
border-color: #F8E349;
}
</style>