Shades of Paris Daisy #FDED51
Tints of Paris Daisy #FDED51
RGB
CMYK
RGB Variations
Color information
#FDED51 (or 0xFDED51) is known color: Paris Daisy. HEX triplet: FD, ED and 51. RGB value is (253,237,81). Sum of RGB (Red+Green+Blue) = 253+237+81=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 81 (32.03% from 255 or 14.19% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED51 is #0212AE. Grayscale: #E0E0E0. Windows color (decimal): -135855 or 5369341. OLE color: 5369341.
HSL color Cylindrical-coordinate representation of color #FDED51: hue angle of 54.42º 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 #FDED51 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 81 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.01 |
| HSL | 54.42º | 0.98% | 0.65% | - |
| HSV(B) | 54.42º | 0.68% | 0.99% | - |
| XYZ | 72.28 | 82.05 | 19.81 | - |
| YUV | 224 | 47.3 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 81 | 0 | 0.06 | 0.68 | 0.01 | 54.42 | 0.98 | 0.65 |
| Hex | FD | ED | 51 | 0 | 6 | 44 | 1 | 36 | 62 | 41 |
| Octal | 375 | 355 | 121 | 0 | 6 | 104 | 1 | 66 | 142 | 101 |
| Binary | 11111101 | 11101101 | 1010001 | 0 | 110 | 1000100 | 1 | 110110 | 1100010 | 1000001 |
Color Harmonies of #FDED51
Complementary color
Monochromatic Colors of #FDED51
Black with #FDED51
Text Example
Text Example
White with #FDED51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED51; }
p { color: rgb(253,237,81); }
H1.HeaderClassName
{
color: #FDED51;
}
.AnyTagClassName
{
color: #FDED51;
}
</style>
background-color css
<style>
a { background-color: #FDED51; }
a { background-color: rgb(253,237,81); }
div.DivClassName
{
background-color: #FDED51;
}
.BgClassName
{
background-color: #FDED51;
}
</style>
border-color css
<style>
span { border-color: #FDED51; }
span { border-color: rgb(253,237,81); }
td.TdClassName
{
border-color: #FDED51;
}
.TagClassName
{
border-color: #FDED51;
}
</style>