Shades of Paris Daisy #FDED50
Tints of Paris Daisy #FDED50
RGB
CMYK
RGB Variations
Color information
#FDED50 (or 0xFDED50) is known color: Paris Daisy. HEX triplet: FD, ED and 50. RGB value is (253,237,80). Sum of RGB (Red+Green+Blue) = 253+237+80=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 80 (31.64% from 255 or 14.04% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED50 is #0212AF. Grayscale: #E0E0E0. Windows color (decimal): -135856 or 5303805. OLE color: 5303805.
HSL color Cylindrical-coordinate representation of color #FDED50: hue angle of 54.45º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDED50 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 80 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.01 |
| HSL | 54.45º | 0.98% | 0.65% | - |
| HSV(B) | 54.45º | 0.68% | 0.99% | - |
| XYZ | 72.24 | 82.03 | 19.62 | - |
| YUV | 223.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 80 | 0 | 0.06 | 0.68 | 0.01 | 54.45 | 0.98 | 0.65 |
| Hex | FD | ED | 50 | 0 | 6 | 44 | 1 | 36 | 62 | 41 |
| Octal | 375 | 355 | 120 | 0 | 6 | 104 | 1 | 66 | 142 | 101 |
| Binary | 11111101 | 11101101 | 1010000 | 0 | 110 | 1000100 | 1 | 110110 | 1100010 | 1000001 |
Color Harmonies of #FDED50
Complementary color
Monochromatic Colors of #FDED50
Black with #FDED50
Text Example
Text Example
White with #FDED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED50; }
p { color: rgb(253,237,80); }
H1.HeaderClassName
{
color: #FDED50;
}
.AnyTagClassName
{
color: #FDED50;
}
</style>
background-color css
<style>
a { background-color: #FDED50; }
a { background-color: rgb(253,237,80); }
div.DivClassName
{
background-color: #FDED50;
}
.BgClassName
{
background-color: #FDED50;
}
</style>
border-color css
<style>
span { border-color: #FDED50; }
span { border-color: rgb(253,237,80); }
td.TdClassName
{
border-color: #FDED50;
}
.TagClassName
{
border-color: #FDED50;
}
</style>