Shades of Paris Daisy #F8E450
Tints of Paris Daisy #F8E450
RGB
CMYK
RGB Variations
Color information
#F8E450 (or 0xF8E450) is known color: Paris Daisy. HEX triplet: F8, E4 and 50. RGB value is (248,228,80). Sum of RGB (Red+Green+Blue) = 248+228+80=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E450 is #071BAF. Grayscale: #D9D9D9. Windows color (decimal): -465840 or 5301496. OLE color: 5301496.
HSL color Cylindrical-coordinate representation of color #F8E450: hue angle of 52.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8E450 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 80 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.03 |
| HSL | 52.86º | 0.92% | 0.64% | - |
| HSV(B) | 52.86º | 0.68% | 0.97% | - |
| XYZ | 67.9 | 76.02 | 18.68 | - |
| YUV | 217.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 80 | 0 | 0.08 | 0.68 | 0.03 | 52.86 | 0.92 | 0.64 |
| Hex | F8 | E4 | 50 | 0 | 8 | 44 | 3 | 35 | 5C | 40 |
| Octal | 370 | 344 | 120 | 0 | 10 | 104 | 3 | 65 | 134 | 100 |
| Binary | 11111000 | 11100100 | 1010000 | 0 | 1000 | 1000100 | 11 | 110101 | 1011100 | 1000000 |
Color Harmonies of #F8E450
Complementary color
Monochromatic Colors of #F8E450
Black with #F8E450
Text Example
Text Example
White with #F8E450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E450; }
p { color: rgb(248,228,80); }
H1.HeaderClassName
{
color: #F8E450;
}
.AnyTagClassName
{
color: #F8E450;
}
</style>
background-color css
<style>
a { background-color: #F8E450; }
a { background-color: rgb(248,228,80); }
div.DivClassName
{
background-color: #F8E450;
}
.BgClassName
{
background-color: #F8E450;
}
</style>
border-color css
<style>
span { border-color: #F8E450; }
span { border-color: rgb(248,228,80); }
td.TdClassName
{
border-color: #F8E450;
}
.TagClassName
{
border-color: #F8E450;
}
</style>