Shades of Paris Daisy #F9ED4A
Tints of Paris Daisy #F9ED4A
RGB
CMYK
RGB Variations
Color information
#F9ED4A (or 0xF9ED4A) is known color: Paris Daisy. HEX triplet: F9, ED and 4A. RGB value is (249,237,74). Sum of RGB (Red+Green+Blue) = 249+237+74=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9ED4A is #0612B5. Grayscale: #DEDEDE. Windows color (decimal): -398006 or 4910585. OLE color: 4910585.
HSL color Cylindrical-coordinate representation of color #F9ED4A: hue angle of 55.89º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9ED4A is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 74 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.02 |
| HSL | 55.89º | 0.94% | 0.63% | - |
| HSV(B) | 55.89º | 0.7% | 0.98% | - |
| XYZ | 70.59 | 81.2 | 18.43 | - |
| YUV | 222.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 74 | 0 | 0.05 | 0.70 | 0.02 | 55.89 | 0.94 | 0.63 |
| Hex | F9 | ED | 4A | 0 | 5 | 46 | 2 | 38 | 5E | 3F |
| Octal | 371 | 355 | 112 | 0 | 5 | 106 | 2 | 70 | 136 | 77 |
| Binary | 11111001 | 11101101 | 1001010 | 0 | 101 | 1000110 | 10 | 111000 | 1011110 | 111111 |
Color Harmonies of #F9ED4A
Complementary color
Monochromatic Colors of #F9ED4A
Black with #F9ED4A
Text Example
Text Example
White with #F9ED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ED4A; }
p { color: rgb(249,237,74); }
H1.HeaderClassName
{
color: #F9ED4A;
}
.AnyTagClassName
{
color: #F9ED4A;
}
</style>
background-color css
<style>
a { background-color: #F9ED4A; }
a { background-color: rgb(249,237,74); }
div.DivClassName
{
background-color: #F9ED4A;
}
.BgClassName
{
background-color: #F9ED4A;
}
</style>
border-color css
<style>
span { border-color: #F9ED4A; }
span { border-color: rgb(249,237,74); }
td.TdClassName
{
border-color: #F9ED4A;
}
.TagClassName
{
border-color: #F9ED4A;
}
</style>