Shades of Paris Daisy #FEED51
Tints of Paris Daisy #FEED51
RGB
CMYK
RGB Variations
Color information
#FEED51 (or 0xFEED51) is known color: Paris Daisy. HEX triplet: FE, ED and 51. RGB value is (254,237,81). Sum of RGB (Red+Green+Blue) = 254+237+81=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 81 (32.03% from 255 or 14.16% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED51 is #0112AE. Grayscale: #E0E0E0. Windows color (decimal): -70319 or 5369342. OLE color: 5369342.
HSL color Cylindrical-coordinate representation of color #FEED51: hue angle of 54.1º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEED51 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 81 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.00 |
| HSL | 54.1º | 0.99% | 0.66% | - |
| HSV(B) | 54.1º | 0.68% | 1% | - |
| XYZ | 72.64 | 82.23 | 19.83 | - |
| YUV | 224.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 81 | 0 | 0.07 | 0.68 | 0.00 | 54.1 | 0.99 | 0.66 |
| Hex | FE | ED | 51 | 0 | 7 | 44 | 0 | 36 | 63 | 42 |
| Octal | 376 | 355 | 121 | 0 | 7 | 104 | 0 | 66 | 143 | 102 |
| Binary | 11111110 | 11101101 | 1010001 | 0 | 111 | 1000100 | 0 | 110110 | 1100011 | 1000010 |
Color Harmonies of #FEED51
Complementary color
Monochromatic Colors of #FEED51
Black with #FEED51
Text Example
Text Example
White with #FEED51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED51; }
p { color: rgb(254,237,81); }
H1.HeaderClassName
{
color: #FEED51;
}
.AnyTagClassName
{
color: #FEED51;
}
</style>
background-color css
<style>
a { background-color: #FEED51; }
a { background-color: rgb(254,237,81); }
div.DivClassName
{
background-color: #FEED51;
}
.BgClassName
{
background-color: #FEED51;
}
</style>
border-color css
<style>
span { border-color: #FEED51; }
span { border-color: rgb(254,237,81); }
td.TdClassName
{
border-color: #FEED51;
}
.TagClassName
{
border-color: #FEED51;
}
</style>