Shades of Paris Daisy #F8E446
Tints of Paris Daisy #F8E446
RGB
CMYK
RGB Variations
Color information
#F8E446 (or 0xF8E446) is known color: Paris Daisy. HEX triplet: F8, E4 and 46. RGB value is (248,228,70). Sum of RGB (Red+Green+Blue) = 248+228+70=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E446 is #071BB9. Grayscale: #D8D8D8. Windows color (decimal): -465850 or 4646136. OLE color: 4646136.
HSL color Cylindrical-coordinate representation of color #F8E446: hue angle of 53.26º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8E446 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 70 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.03 |
| HSL | 53.26º | 0.93% | 0.62% | - |
| HSV(B) | 53.26º | 0.72% | 0.97% | - |
| XYZ | 67.56 | 75.89 | 16.88 | - |
| YUV | 215.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 70 | 0 | 0.08 | 0.72 | 0.03 | 53.26 | 0.93 | 0.62 |
| Hex | F8 | E4 | 46 | 0 | 8 | 48 | 3 | 35 | 5D | 3E |
| Octal | 370 | 344 | 106 | 0 | 10 | 110 | 3 | 65 | 135 | 76 |
| Binary | 11111000 | 11100100 | 1000110 | 0 | 1000 | 1001000 | 11 | 110101 | 1011101 | 111110 |
Color Harmonies of #F8E446
Complementary color
Monochromatic Colors of #F8E446
Black with #F8E446
Text Example
Text Example
White with #F8E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E446; }
p { color: rgb(248,228,70); }
H1.HeaderClassName
{
color: #F8E446;
}
.AnyTagClassName
{
color: #F8E446;
}
</style>
background-color css
<style>
a { background-color: #F8E446; }
a { background-color: rgb(248,228,70); }
div.DivClassName
{
background-color: #F8E446;
}
.BgClassName
{
background-color: #F8E446;
}
</style>
border-color css
<style>
span { border-color: #F8E446; }
span { border-color: rgb(248,228,70); }
td.TdClassName
{
border-color: #F8E446;
}
.TagClassName
{
border-color: #F8E446;
}
</style>