Shades of Paris Daisy #F8FF40
Tints of Paris Daisy #F8FF40
RGB
CMYK
RGB Variations
Color information
#F8FF40 (or 0xF8FF40) is known color: Paris Daisy. HEX triplet: F8, FF and 40. RGB value is (248,255,64). Sum of RGB (Red+Green+Blue) = 248+255+64=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 64 (25.39% from 255 or 11.29% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FF40 is #0700BF. Grayscale: #E7E7E7. Windows color (decimal): -458944 or 4259832. OLE color: 4259832.
HSL color Cylindrical-coordinate representation of color #F8FF40: hue angle of 62.2º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8FF40 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 64 | - |
| CMYK | 0.03 | 0 | 0.75 | 0 |
| HSL | 62.2º | 1% | 0.63% | - |
| HSV(B) | 62.2º | 0.75% | 1% | - |
| XYZ | 75.4 | 91.85 | 18.6 | - |
| YUV | 231.13 | 33.68 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 64 | 0.03 | 0 | 0.75 | 0 | 62.2 | 1 | 0.63 |
| Hex | F8 | FF | 40 | 3 | 0 | 4B | 0 | 3E | 64 | 3F |
| Octal | 370 | 377 | 100 | 3 | 0 | 113 | 0 | 76 | 144 | 77 |
| Binary | 11111000 | 11111111 | 1000000 | 11 | 0 | 1001011 | 0 | 111110 | 1100100 | 111111 |
Color Harmonies of #F8FF40
Complementary color
Monochromatic Colors of #F8FF40
Black with #F8FF40
Text Example
Text Example
White with #F8FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF40; }
p { color: rgb(248,255,64); }
H1.HeaderClassName
{
color: #F8FF40;
}
.AnyTagClassName
{
color: #F8FF40;
}
</style>
background-color css
<style>
a { background-color: #F8FF40; }
a { background-color: rgb(248,255,64); }
div.DivClassName
{
background-color: #F8FF40;
}
.BgClassName
{
background-color: #F8FF40;
}
</style>
border-color css
<style>
span { border-color: #F8FF40; }
span { border-color: rgb(248,255,64); }
td.TdClassName
{
border-color: #F8FF40;
}
.TagClassName
{
border-color: #F8FF40;
}
</style>