Shades of Paris Daisy #F9FE40
Tints of Paris Daisy #F9FE40
RGB
CMYK
RGB Variations
Color information
#F9FE40 (or 0xF9FE40) is known color: Paris Daisy. HEX triplet: F9, FE and 40. RGB value is (249,254,64). Sum of RGB (Red+Green+Blue) = 249+254+64=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 64 (25.39% from 255 or 11.29% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FE40 is #0601BF. Grayscale: #E7E7E7. Windows color (decimal): -393664 or 4259577. OLE color: 4259577.
HSL color Cylindrical-coordinate representation of color #F9FE40: hue angle of 61.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9FE40 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 254 | 64 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.00 |
| HSL | 61.58º | 0.99% | 0.62% | - |
| HSV(B) | 61.58º | 0.75% | 1% | - |
| XYZ | 75.43 | 91.39 | 18.52 | - |
| YUV | 230.85 | 33.84 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 254 | 64 | 0.02 | 0 | 0.75 | 0.00 | 61.58 | 0.99 | 0.62 |
| Hex | F9 | FE | 40 | 2 | 0 | 4B | 0 | 3E | 63 | 3E |
| Octal | 371 | 376 | 100 | 2 | 0 | 113 | 0 | 76 | 143 | 76 |
| Binary | 11111001 | 11111110 | 1000000 | 10 | 0 | 1001011 | 0 | 111110 | 1100011 | 111110 |
Color Harmonies of #F9FE40
Complementary color
Monochromatic Colors of #F9FE40
Black with #F9FE40
Text Example
Text Example
White with #F9FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FE40; }
p { color: rgb(249,254,64); }
H1.HeaderClassName
{
color: #F9FE40;
}
.AnyTagClassName
{
color: #F9FE40;
}
</style>
background-color css
<style>
a { background-color: #F9FE40; }
a { background-color: rgb(249,254,64); }
div.DivClassName
{
background-color: #F9FE40;
}
.BgClassName
{
background-color: #F9FE40;
}
</style>
border-color css
<style>
span { border-color: #F9FE40; }
span { border-color: rgb(249,254,64); }
td.TdClassName
{
border-color: #F9FE40;
}
.TagClassName
{
border-color: #F9FE40;
}
</style>