Shades of Paris Daisy #FDE849
Tints of Paris Daisy #FDE849
RGB
CMYK
RGB Variations
Color information
#FDE849 (or 0xFDE849) is known color: Paris Daisy. HEX triplet: FD, E8 and 49. RGB value is (253,232,73). Sum of RGB (Red+Green+Blue) = 253+232+73=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 73 (28.91% from 255 or 13.08% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE849 is #0217B6. Grayscale: #DCDCDC. Windows color (decimal): -137143 or 4843773. OLE color: 4843773.
HSL color Cylindrical-coordinate representation of color #FDE849: hue angle of 53º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDE849 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 73 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.01 |
| HSL | 53º | 0.98% | 0.64% | - |
| HSV(B) | 53º | 0.71% | 0.99% | - |
| XYZ | 70.57 | 79.08 | 17.85 | - |
| YUV | 220.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 73 | 0 | 0.08 | 0.71 | 0.01 | 53 | 0.98 | 0.64 |
| Hex | FD | E8 | 49 | 0 | 8 | 47 | 1 | 35 | 62 | 40 |
| Octal | 375 | 350 | 111 | 0 | 10 | 107 | 1 | 65 | 142 | 100 |
| Binary | 11111101 | 11101000 | 1001001 | 0 | 1000 | 1000111 | 1 | 110101 | 1100010 | 1000000 |
Color Harmonies of #FDE849
Complementary color
Monochromatic Colors of #FDE849
Black with #FDE849
Text Example
Text Example
White with #FDE849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE849; }
p { color: rgb(253,232,73); }
H1.HeaderClassName
{
color: #FDE849;
}
.AnyTagClassName
{
color: #FDE849;
}
</style>
background-color css
<style>
a { background-color: #FDE849; }
a { background-color: rgb(253,232,73); }
div.DivClassName
{
background-color: #FDE849;
}
.BgClassName
{
background-color: #FDE849;
}
</style>
border-color css
<style>
span { border-color: #FDE849; }
span { border-color: rgb(253,232,73); }
td.TdClassName
{
border-color: #FDE849;
}
.TagClassName
{
border-color: #FDE849;
}
</style>