Shades of Paris Daisy #F8FA54
Tints of Paris Daisy #F8FA54
RGB
CMYK
RGB Variations
Color information
#F8FA54 (or 0xF8FA54) is known color: Paris Daisy. HEX triplet: F8, FA and 54. RGB value is (248,250,84). Sum of RGB (Red+Green+Blue) = 248+250+84=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 84 (33.20% from 255 or 14.43% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA54 is #0705AB. Grayscale: #E7E7E7. Windows color (decimal): -460204 or 5569272. OLE color: 5569272.
HSL color Cylindrical-coordinate representation of color #F8FA54: hue angle of 60.72º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8FA54 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 84 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.02 |
| HSL | 60.72º | 0.94% | 0.65% | - |
| HSV(B) | 60.72º | 0.66% | 0.98% | - |
| XYZ | 74.5 | 88.97 | 21.63 | - |
| YUV | 230.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 84 | 0.01 | 0 | 0.66 | 0.02 | 60.72 | 0.94 | 0.65 |
| Hex | F8 | FA | 54 | 1 | 0 | 42 | 2 | 3D | 5E | 41 |
| Octal | 370 | 372 | 124 | 1 | 0 | 102 | 2 | 75 | 136 | 101 |
| Binary | 11111000 | 11111010 | 1010100 | 1 | 0 | 1000010 | 10 | 111101 | 1011110 | 1000001 |
Color Harmonies of #F8FA54
Complementary color
Monochromatic Colors of #F8FA54
Black with #F8FA54
Text Example
Text Example
White with #F8FA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA54; }
p { color: rgb(248,250,84); }
H1.HeaderClassName
{
color: #F8FA54;
}
.AnyTagClassName
{
color: #F8FA54;
}
</style>
background-color css
<style>
a { background-color: #F8FA54; }
a { background-color: rgb(248,250,84); }
div.DivClassName
{
background-color: #F8FA54;
}
.BgClassName
{
background-color: #F8FA54;
}
</style>
border-color css
<style>
span { border-color: #F8FA54; }
span { border-color: rgb(248,250,84); }
td.TdClassName
{
border-color: #F8FA54;
}
.TagClassName
{
border-color: #F8FA54;
}
</style>