Shades of Paris Daisy #F9FB40
Tints of Paris Daisy #F9FB40
RGB
CMYK
RGB Variations
Color information
#F9FB40 (or 0xF9FB40) is known color: Paris Daisy. HEX triplet: F9, FB and 40. RGB value is (249,251,64). Sum of RGB (Red+Green+Blue) = 249+251+64=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 64 (25.39% from 255 or 11.35% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FB40 is #0604BF. Grayscale: #E5E5E5. Windows color (decimal): -394432 or 4258809. OLE color: 4258809.
HSL color Cylindrical-coordinate representation of color #F9FB40: hue angle of 60.64º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9FB40 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 251 | 64 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.02 |
| HSL | 60.64º | 0.96% | 0.62% | - |
| HSV(B) | 60.64º | 0.75% | 0.98% | - |
| XYZ | 74.49 | 89.5 | 18.2 | - |
| YUV | 229.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 251 | 64 | 0.01 | 0 | 0.75 | 0.02 | 60.64 | 0.96 | 0.62 |
| Hex | F9 | FB | 40 | 1 | 0 | 4B | 2 | 3D | 60 | 3E |
| Octal | 371 | 373 | 100 | 1 | 0 | 113 | 2 | 75 | 140 | 76 |
| Binary | 11111001 | 11111011 | 1000000 | 1 | 0 | 1001011 | 10 | 111101 | 1100000 | 111110 |
Color Harmonies of #F9FB40
Complementary color
Monochromatic Colors of #F9FB40
Black with #F9FB40
Text Example
Text Example
White with #F9FB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FB40; }
p { color: rgb(249,251,64); }
H1.HeaderClassName
{
color: #F9FB40;
}
.AnyTagClassName
{
color: #F9FB40;
}
</style>
background-color css
<style>
a { background-color: #F9FB40; }
a { background-color: rgb(249,251,64); }
div.DivClassName
{
background-color: #F9FB40;
}
.BgClassName
{
background-color: #F9FB40;
}
</style>
border-color css
<style>
span { border-color: #F9FB40; }
span { border-color: rgb(249,251,64); }
td.TdClassName
{
border-color: #F9FB40;
}
.TagClassName
{
border-color: #F9FB40;
}
</style>