Shades of Paris Daisy #F9F24D
Tints of Paris Daisy #F9F24D
RGB
CMYK
RGB Variations
Color information
#F9F24D (or 0xF9F24D) is known color: Paris Daisy. HEX triplet: F9, F2 and 4D. RGB value is (249,242,77). Sum of RGB (Red+Green+Blue) = 249+242+77=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 77 (30.47% from 255 or 13.56% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F24D is #060DB2. Grayscale: #E1E1E1. Windows color (decimal): -396723 or 5108473. OLE color: 5108473.
HSL color Cylindrical-coordinate representation of color #F9F24D: hue angle of 57.56º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9F24D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 77 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.02 |
| HSL | 57.56º | 0.93% | 0.64% | - |
| HSV(B) | 57.56º | 0.69% | 0.98% | - |
| XYZ | 72.16 | 84.18 | 19.47 | - |
| YUV | 225.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 77 | 0 | 0.03 | 0.69 | 0.02 | 57.56 | 0.93 | 0.64 |
| Hex | F9 | F2 | 4D | 0 | 3 | 45 | 2 | 3A | 5D | 40 |
| Octal | 371 | 362 | 115 | 0 | 3 | 105 | 2 | 72 | 135 | 100 |
| Binary | 11111001 | 11110010 | 1001101 | 0 | 11 | 1000101 | 10 | 111010 | 1011101 | 1000000 |
Color Harmonies of #F9F24D
Complementary color
Monochromatic Colors of #F9F24D
Black with #F9F24D
Text Example
Text Example
White with #F9F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F24D; }
p { color: rgb(249,242,77); }
H1.HeaderClassName
{
color: #F9F24D;
}
.AnyTagClassName
{
color: #F9F24D;
}
</style>
background-color css
<style>
a { background-color: #F9F24D; }
a { background-color: rgb(249,242,77); }
div.DivClassName
{
background-color: #F9F24D;
}
.BgClassName
{
background-color: #F9F24D;
}
</style>
border-color css
<style>
span { border-color: #F9F24D; }
span { border-color: rgb(249,242,77); }
td.TdClassName
{
border-color: #F9F24D;
}
.TagClassName
{
border-color: #F9F24D;
}
</style>