Shades of Paris Daisy #F8FA50
Tints of Paris Daisy #F8FA50
RGB
CMYK
RGB Variations
Color information
#F8FA50 (or 0xF8FA50) is known color: Paris Daisy. HEX triplet: F8, FA and 50. RGB value is (248,250,80). Sum of RGB (Red+Green+Blue) = 248+250+80=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 80 (31.64% from 255 or 13.84% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA50 is #0705AF. Grayscale: #E6E6E6. Windows color (decimal): -460208 or 5307128. OLE color: 5307128.
HSL color Cylindrical-coordinate representation of color #F8FA50: hue angle of 60.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8FA50 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 80 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.02 |
| HSL | 60.71º | 0.94% | 0.65% | - |
| HSV(B) | 60.71º | 0.68% | 0.98% | - |
| XYZ | 74.34 | 88.91 | 20.83 | - |
| YUV | 230.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 80 | 0.01 | 0 | 0.68 | 0.02 | 60.71 | 0.94 | 0.65 |
| Hex | F8 | FA | 50 | 1 | 0 | 44 | 2 | 3D | 5E | 41 |
| Octal | 370 | 372 | 120 | 1 | 0 | 104 | 2 | 75 | 136 | 101 |
| Binary | 11111000 | 11111010 | 1010000 | 1 | 0 | 1000100 | 10 | 111101 | 1011110 | 1000001 |
Color Harmonies of #F8FA50
Complementary color
Monochromatic Colors of #F8FA50
Black with #F8FA50
Text Example
Text Example
White with #F8FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA50; }
p { color: rgb(248,250,80); }
H1.HeaderClassName
{
color: #F8FA50;
}
.AnyTagClassName
{
color: #F8FA50;
}
</style>
background-color css
<style>
a { background-color: #F8FA50; }
a { background-color: rgb(248,250,80); }
div.DivClassName
{
background-color: #F8FA50;
}
.BgClassName
{
background-color: #F8FA50;
}
</style>
border-color css
<style>
span { border-color: #F8FA50; }
span { border-color: rgb(248,250,80); }
td.TdClassName
{
border-color: #F8FA50;
}
.TagClassName
{
border-color: #F8FA50;
}
</style>