Shades of Paris Daisy #F9E94E
Tints of Paris Daisy #F9E94E
RGB
CMYK
RGB Variations
Color information
#F9E94E (or 0xF9E94E) is known color: Paris Daisy. HEX triplet: F9, E9 and 4E. RGB value is (249,233,78). Sum of RGB (Red+Green+Blue) = 249+233+78=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 78 (30.86% from 255 or 13.93% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E94E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E94E is #0616B1. Grayscale: #DCDCDC. Windows color (decimal): -399026 or 5171705. OLE color: 5171705.
HSL color Cylindrical-coordinate representation of color #F9E94E: hue angle of 54.39º 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 #F9E94E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 78 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.02 |
| HSL | 54.39º | 0.93% | 0.64% | - |
| HSV(B) | 54.39º | 0.69% | 0.98% | - |
| XYZ | 69.58 | 78.97 | 18.78 | - |
| YUV | 220.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 78 | 0 | 0.06 | 0.69 | 0.02 | 54.39 | 0.93 | 0.64 |
| Hex | F9 | E9 | 4E | 0 | 6 | 45 | 2 | 36 | 5D | 40 |
| Octal | 371 | 351 | 116 | 0 | 6 | 105 | 2 | 66 | 135 | 100 |
| Binary | 11111001 | 11101001 | 1001110 | 0 | 110 | 1000101 | 10 | 110110 | 1011101 | 1000000 |
Color Harmonies of #F9E94E
Complementary color
Monochromatic Colors of #F9E94E
Black with #F9E94E
Text Example
Text Example
White with #F9E94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E94E; }
p { color: rgb(249,233,78); }
H1.HeaderClassName
{
color: #F9E94E;
}
.AnyTagClassName
{
color: #F9E94E;
}
</style>
background-color css
<style>
a { background-color: #F9E94E; }
a { background-color: rgb(249,233,78); }
div.DivClassName
{
background-color: #F9E94E;
}
.BgClassName
{
background-color: #F9E94E;
}
</style>
border-color css
<style>
span { border-color: #F9E94E; }
span { border-color: rgb(249,233,78); }
td.TdClassName
{
border-color: #F9E94E;
}
.TagClassName
{
border-color: #F9E94E;
}
</style>