Shades of Paris Daisy #F9EA4D
Tints of Paris Daisy #F9EA4D
RGB
CMYK
RGB Variations
Color information
#F9EA4D (or 0xF9EA4D) is known color: Paris Daisy. HEX triplet: F9, EA and 4D. RGB value is (249,234,77). Sum of RGB (Red+Green+Blue) = 249+234+77=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 77 (30.47% from 255 or 13.75% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9EA4D is #0615B2. Grayscale: #DDDDDD. Windows color (decimal): -398771 or 5106425. OLE color: 5106425.
HSL color Cylindrical-coordinate representation of color #F9EA4D: hue angle of 54.77º 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 #F9EA4D is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 234 | 77 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.02 |
| HSL | 54.77º | 0.93% | 0.64% | - |
| HSV(B) | 54.77º | 0.69% | 0.98% | - |
| XYZ | 69.83 | 79.52 | 18.69 | - |
| YUV | 220.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 234 | 77 | 0 | 0.06 | 0.69 | 0.02 | 54.77 | 0.93 | 0.64 |
| Hex | F9 | EA | 4D | 0 | 6 | 45 | 2 | 37 | 5D | 40 |
| Octal | 371 | 352 | 115 | 0 | 6 | 105 | 2 | 67 | 135 | 100 |
| Binary | 11111001 | 11101010 | 1001101 | 0 | 110 | 1000101 | 10 | 110111 | 1011101 | 1000000 |
Color Harmonies of #F9EA4D
Complementary color
Monochromatic Colors of #F9EA4D
Black with #F9EA4D
Text Example
Text Example
White with #F9EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EA4D; }
p { color: rgb(249,234,77); }
H1.HeaderClassName
{
color: #F9EA4D;
}
.AnyTagClassName
{
color: #F9EA4D;
}
</style>
background-color css
<style>
a { background-color: #F9EA4D; }
a { background-color: rgb(249,234,77); }
div.DivClassName
{
background-color: #F9EA4D;
}
.BgClassName
{
background-color: #F9EA4D;
}
</style>
border-color css
<style>
span { border-color: #F9EA4D; }
span { border-color: rgb(249,234,77); }
td.TdClassName
{
border-color: #F9EA4D;
}
.TagClassName
{
border-color: #F9EA4D;
}
</style>