Shades of Paris Daisy #F8FE40
Tints of Paris Daisy #F8FE40
RGB
CMYK
RGB Variations
Color information
#F8FE40 (or 0xF8FE40) is known color: Paris Daisy. HEX triplet: F8, FE and 40. RGB value is (248,254,64). Sum of RGB (Red+Green+Blue) = 248+254+64=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 64 (25.39% from 255 or 11.31% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FE40 is #0701BF. Grayscale: #E7E7E7. Windows color (decimal): -459200 or 4259576. OLE color: 4259576.
HSL color Cylindrical-coordinate representation of color #F8FE40: hue angle of 61.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8FE40 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 64 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.00 |
| HSL | 61.89º | 0.99% | 0.62% | - |
| HSV(B) | 61.89º | 0.75% | 1% | - |
| XYZ | 75.08 | 91.21 | 18.5 | - |
| YUV | 230.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 64 | 0.02 | 0 | 0.75 | 0.00 | 61.89 | 0.99 | 0.62 |
| Hex | F8 | FE | 40 | 2 | 0 | 4B | 0 | 3E | 63 | 3E |
| Octal | 370 | 376 | 100 | 2 | 0 | 113 | 0 | 76 | 143 | 76 |
| Binary | 11111000 | 11111110 | 1000000 | 10 | 0 | 1001011 | 0 | 111110 | 1100011 | 111110 |
Color Harmonies of #F8FE40
Complementary color
Monochromatic Colors of #F8FE40
Black with #F8FE40
Text Example
Text Example
White with #F8FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FE40; }
p { color: rgb(248,254,64); }
H1.HeaderClassName
{
color: #F8FE40;
}
.AnyTagClassName
{
color: #F8FE40;
}
</style>
background-color css
<style>
a { background-color: #F8FE40; }
a { background-color: rgb(248,254,64); }
div.DivClassName
{
background-color: #F8FE40;
}
.BgClassName
{
background-color: #F8FE40;
}
</style>
border-color css
<style>
span { border-color: #F8FE40; }
span { border-color: rgb(248,254,64); }
td.TdClassName
{
border-color: #F8FE40;
}
.TagClassName
{
border-color: #F8FE40;
}
</style>