Shades of Paris Daisy #F9FA54
Tints of Paris Daisy #F9FA54
RGB
CMYK
RGB Variations
Color information
#F9FA54 (or 0xF9FA54) is known color: Paris Daisy. HEX triplet: F9, FA and 54. RGB value is (249,250,84). Sum of RGB (Red+Green+Blue) = 249+250+84=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 84 (33.20% from 255 or 14.41% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA54 is #0605AB. Grayscale: #E7E7E7. Windows color (decimal): -394668 or 5569273. OLE color: 5569273.
HSL color Cylindrical-coordinate representation of color #F9FA54: hue angle of 60.36º 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 #F9FA54 is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 84 | - |
| CMYK | 0.00 | 0 | 0.66 | 0.02 |
| HSL | 60.36º | 0.94% | 0.65% | - |
| HSV(B) | 60.36º | 0.66% | 0.98% | - |
| XYZ | 74.85 | 89.15 | 21.65 | - |
| YUV | 230.78 | 45.17 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 84 | 0.00 | 0 | 0.66 | 0.02 | 60.36 | 0.94 | 0.65 |
| Hex | F9 | FA | 54 | 0 | 0 | 42 | 2 | 3C | 5E | 41 |
| Octal | 371 | 372 | 124 | 0 | 0 | 102 | 2 | 74 | 136 | 101 |
| Binary | 11111001 | 11111010 | 1010100 | 0 | 0 | 1000010 | 10 | 111100 | 1011110 | 1000001 |
Color Harmonies of #F9FA54
Complementary color
Monochromatic Colors of #F9FA54
Black with #F9FA54
Text Example
Text Example
White with #F9FA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA54; }
p { color: rgb(249,250,84); }
H1.HeaderClassName
{
color: #F9FA54;
}
.AnyTagClassName
{
color: #F9FA54;
}
</style>
background-color css
<style>
a { background-color: #F9FA54; }
a { background-color: rgb(249,250,84); }
div.DivClassName
{
background-color: #F9FA54;
}
.BgClassName
{
background-color: #F9FA54;
}
</style>
border-color css
<style>
span { border-color: #F9FA54; }
span { border-color: rgb(249,250,84); }
td.TdClassName
{
border-color: #F9FA54;
}
.TagClassName
{
border-color: #F9FA54;
}
</style>