Shades of Paris Daisy #F8FF3A
Tints of Paris Daisy #F8FF3A
RGB
CMYK
RGB Variations
Color information
#F8FF3A (or 0xF8FF3A) is known color: Paris Daisy. HEX triplet: F8, FF and 3A. RGB value is (248,255,58). Sum of RGB (Red+Green+Blue) = 248+255+58=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 58 (23.05% from 255 or 10.34% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FF3A is #0700C5. Grayscale: #E7E7E7. Windows color (decimal): -458950 or 3866616. OLE color: 3866616.
HSL color Cylindrical-coordinate representation of color #F8FF3A: hue angle of 62.13º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8FF3A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 58 | - |
| CMYK | 0.03 | 0 | 0.77 | 0 |
| HSL | 62.13º | 1% | 0.61% | - |
| HSV(B) | 62.13º | 0.77% | 1% | - |
| XYZ | 75.24 | 91.78 | 17.75 | - |
| YUV | 230.45 | 30.68 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 58 | 0.03 | 0 | 0.77 | 0 | 62.13 | 1 | 0.61 |
| Hex | F8 | FF | 3A | 3 | 0 | 4D | 0 | 3E | 64 | 3D |
| Octal | 370 | 377 | 72 | 3 | 0 | 115 | 0 | 76 | 144 | 75 |
| Binary | 11111000 | 11111111 | 111010 | 11 | 0 | 1001101 | 0 | 111110 | 1100100 | 111101 |
Color Harmonies of #F8FF3A
Complementary color
Monochromatic Colors of #F8FF3A
Black with #F8FF3A
Text Example
Text Example
White with #F8FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF3A; }
p { color: rgb(248,255,58); }
H1.HeaderClassName
{
color: #F8FF3A;
}
.AnyTagClassName
{
color: #F8FF3A;
}
</style>
background-color css
<style>
a { background-color: #F8FF3A; }
a { background-color: rgb(248,255,58); }
div.DivClassName
{
background-color: #F8FF3A;
}
.BgClassName
{
background-color: #F8FF3A;
}
</style>
border-color css
<style>
span { border-color: #F8FF3A; }
span { border-color: rgb(248,255,58); }
td.TdClassName
{
border-color: #F8FF3A;
}
.TagClassName
{
border-color: #F8FF3A;
}
</style>