Shades of Paris Daisy #F9E74B
Tints of Paris Daisy #F9E74B
RGB
CMYK
RGB Variations
Color information
#F9E74B (or 0xF9E74B) is known color: Paris Daisy. HEX triplet: F9, E7 and 4B. RGB value is (249,231,75). Sum of RGB (Red+Green+Blue) = 249+231+75=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 75 (29.69% from 255 or 13.51% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E74B is #0618B4. Grayscale: #DBDBDB. Windows color (decimal): -399541 or 4974585. OLE color: 4974585.
HSL color Cylindrical-coordinate representation of color #F9E74B: hue angle of 53.79º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9E74B is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 75 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.02 |
| HSL | 53.79º | 0.94% | 0.64% | - |
| HSV(B) | 53.79º | 0.7% | 0.98% | - |
| XYZ | 68.91 | 77.8 | 18.04 | - |
| YUV | 218.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 75 | 0 | 0.07 | 0.70 | 0.02 | 53.79 | 0.94 | 0.64 |
| Hex | F9 | E7 | 4B | 0 | 7 | 46 | 2 | 36 | 5E | 40 |
| Octal | 371 | 347 | 113 | 0 | 7 | 106 | 2 | 66 | 136 | 100 |
| Binary | 11111001 | 11100111 | 1001011 | 0 | 111 | 1000110 | 10 | 110110 | 1011110 | 1000000 |
Color Harmonies of #F9E74B
Complementary color
Monochromatic Colors of #F9E74B
Black with #F9E74B
Text Example
Text Example
White with #F9E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E74B; }
p { color: rgb(249,231,75); }
H1.HeaderClassName
{
color: #F9E74B;
}
.AnyTagClassName
{
color: #F9E74B;
}
</style>
background-color css
<style>
a { background-color: #F9E74B; }
a { background-color: rgb(249,231,75); }
div.DivClassName
{
background-color: #F9E74B;
}
.BgClassName
{
background-color: #F9E74B;
}
</style>
border-color css
<style>
span { border-color: #F9E74B; }
span { border-color: rgb(249,231,75); }
td.TdClassName
{
border-color: #F9E74B;
}
.TagClassName
{
border-color: #F9E74B;
}
</style>