Shades of Paris Daisy #F8E148
Tints of Paris Daisy #F8E148
RGB
CMYK
RGB Variations
Color information
#F8E148 (or 0xF8E148) is known color: Paris Daisy. HEX triplet: F8, E1 and 48. RGB value is (248,225,72). Sum of RGB (Red+Green+Blue) = 248+225+72=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E148 is #071EB7. Grayscale: #D7D7D7. Windows color (decimal): -466616 or 4776440. OLE color: 4776440.
HSL color Cylindrical-coordinate representation of color #F8E148: hue angle of 52.16º 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 #F8E148 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 72 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.03 |
| HSL | 52.16º | 0.93% | 0.63% | - |
| HSV(B) | 52.16º | 0.71% | 0.97% | - |
| XYZ | 66.81 | 74.27 | 16.95 | - |
| YUV | 214.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 72 | 0 | 0.09 | 0.71 | 0.03 | 52.16 | 0.93 | 0.63 |
| Hex | F8 | E1 | 48 | 0 | 9 | 47 | 3 | 34 | 5D | 3F |
| Octal | 370 | 341 | 110 | 0 | 11 | 107 | 3 | 64 | 135 | 77 |
| Binary | 11111000 | 11100001 | 1001000 | 0 | 1001 | 1000111 | 11 | 110100 | 1011101 | 111111 |
Color Harmonies of #F8E148
Complementary color
Monochromatic Colors of #F8E148
Black with #F8E148
Text Example
Text Example
White with #F8E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E148; }
p { color: rgb(248,225,72); }
H1.HeaderClassName
{
color: #F8E148;
}
.AnyTagClassName
{
color: #F8E148;
}
</style>
background-color css
<style>
a { background-color: #F8E148; }
a { background-color: rgb(248,225,72); }
div.DivClassName
{
background-color: #F8E148;
}
.BgClassName
{
background-color: #F8E148;
}
</style>
border-color css
<style>
span { border-color: #F8E148; }
span { border-color: rgb(248,225,72); }
td.TdClassName
{
border-color: #F8E148;
}
.TagClassName
{
border-color: #F8E148;
}
</style>