Shades of Paris Daisy #F9E74A
Tints of Paris Daisy #F9E74A
RGB
CMYK
RGB Variations
Color information
#F9E74A (or 0xF9E74A) is known color: Paris Daisy. HEX triplet: F9, E7 and 4A. RGB value is (249,231,74). Sum of RGB (Red+Green+Blue) = 249+231+74=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 74 (29.30% from 255 or 13.36% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E74A is #0618B5. Grayscale: #DBDBDB. Windows color (decimal): -399542 or 4909049. OLE color: 4909049.
HSL color Cylindrical-coordinate representation of color #F9E74A: hue angle of 53.83º 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 #F9E74A is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 74 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.02 |
| HSL | 53.83º | 0.94% | 0.63% | - |
| HSV(B) | 53.83º | 0.7% | 0.98% | - |
| XYZ | 68.88 | 77.79 | 17.86 | - |
| YUV | 218.48 | 46.46 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 74 | 0 | 0.07 | 0.70 | 0.02 | 53.83 | 0.94 | 0.63 |
| Hex | F9 | E7 | 4A | 0 | 7 | 46 | 2 | 36 | 5E | 3F |
| Octal | 371 | 347 | 112 | 0 | 7 | 106 | 2 | 66 | 136 | 77 |
| Binary | 11111001 | 11100111 | 1001010 | 0 | 111 | 1000110 | 10 | 110110 | 1011110 | 111111 |
Color Harmonies of #F9E74A
Complementary color
Monochromatic Colors of #F9E74A
Black with #F9E74A
Text Example
Text Example
White with #F9E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E74A; }
p { color: rgb(249,231,74); }
H1.HeaderClassName
{
color: #F9E74A;
}
.AnyTagClassName
{
color: #F9E74A;
}
</style>
background-color css
<style>
a { background-color: #F9E74A; }
a { background-color: rgb(249,231,74); }
div.DivClassName
{
background-color: #F9E74A;
}
.BgClassName
{
background-color: #F9E74A;
}
</style>
border-color css
<style>
span { border-color: #F9E74A; }
span { border-color: rgb(249,231,74); }
td.TdClassName
{
border-color: #F9E74A;
}
.TagClassName
{
border-color: #F9E74A;
}
</style>