Shades of Paris Daisy #FFE949
Tints of Paris Daisy #FFE949
RGB
CMYK
RGB Variations
Color information
#FFE949 (or 0xFFE949) is known color: Paris Daisy. HEX triplet: FF, E9 and 49. RGB value is (255,233,73). Sum of RGB (Red+Green+Blue) = 255+233+73=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 73 (28.91% from 255 or 13.01% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE949 is #0016B6. Grayscale: #DEDEDE. Windows color (decimal): -5815 or 4844031. OLE color: 4844031.
HSL color Cylindrical-coordinate representation of color #FFE949: hue angle of 52.75º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFE949 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 73 | - |
| CMYK | 0 | 0.09 | 0.71 | 0 |
| HSL | 52.75º | 1% | 0.64% | - |
| HSV(B) | 52.75º | 0.71% | 1% | - |
| XYZ | 71.58 | 80.02 | 17.98 | - |
| YUV | 221.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 73 | 0 | 0.09 | 0.71 | 0 | 52.75 | 1 | 0.64 |
| Hex | FF | E9 | 49 | 0 | 9 | 47 | 0 | 35 | 64 | 40 |
| Octal | 377 | 351 | 111 | 0 | 11 | 107 | 0 | 65 | 144 | 100 |
| Binary | 11111111 | 11101001 | 1001001 | 0 | 1001 | 1000111 | 0 | 110101 | 1100100 | 1000000 |
Color Harmonies of #FFE949
Complementary color
Monochromatic Colors of #FFE949
Black with #FFE949
Text Example
Text Example
White with #FFE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE949; }
p { color: rgb(255,233,73); }
H1.HeaderClassName
{
color: #FFE949;
}
.AnyTagClassName
{
color: #FFE949;
}
</style>
background-color css
<style>
a { background-color: #FFE949; }
a { background-color: rgb(255,233,73); }
div.DivClassName
{
background-color: #FFE949;
}
.BgClassName
{
background-color: #FFE949;
}
</style>
border-color css
<style>
span { border-color: #FFE949; }
span { border-color: rgb(255,233,73); }
td.TdClassName
{
border-color: #FFE949;
}
.TagClassName
{
border-color: #FFE949;
}
</style>