Shades of Paris Daisy #FEED56
Tints of Paris Daisy #FEED56
RGB
CMYK
RGB Variations
Color information
#FEED56 (or 0xFEED56) is known color: Paris Daisy. HEX triplet: FE, ED and 56. RGB value is (254,237,86). Sum of RGB (Red+Green+Blue) = 254+237+86=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 86 (33.98% from 255 or 14.90% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED56 is #0112A9. Grayscale: #E1E1E1. Windows color (decimal): -70314 or 5697022. OLE color: 5697022.
HSL color Cylindrical-coordinate representation of color #FEED56: hue angle of 53.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEED56 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 86 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.00 |
| HSL | 53.93º | 0.99% | 0.67% | - |
| HSV(B) | 53.93º | 0.66% | 1% | - |
| XYZ | 72.84 | 82.31 | 20.85 | - |
| YUV | 224.87 | 49.63 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 86 | 0 | 0.07 | 0.66 | 0.00 | 53.93 | 0.99 | 0.67 |
| Hex | FE | ED | 56 | 0 | 7 | 42 | 0 | 36 | 63 | 43 |
| Octal | 376 | 355 | 126 | 0 | 7 | 102 | 0 | 66 | 143 | 103 |
| Binary | 11111110 | 11101101 | 1010110 | 0 | 111 | 1000010 | 0 | 110110 | 1100011 | 1000011 |
Color Harmonies of #FEED56
Complementary color
Monochromatic Colors of #FEED56
Black with #FEED56
Text Example
Text Example
White with #FEED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED56; }
p { color: rgb(254,237,86); }
H1.HeaderClassName
{
color: #FEED56;
}
.AnyTagClassName
{
color: #FEED56;
}
</style>
background-color css
<style>
a { background-color: #FEED56; }
a { background-color: rgb(254,237,86); }
div.DivClassName
{
background-color: #FEED56;
}
.BgClassName
{
background-color: #FEED56;
}
</style>
border-color css
<style>
span { border-color: #FEED56; }
span { border-color: rgb(254,237,86); }
td.TdClassName
{
border-color: #FEED56;
}
.TagClassName
{
border-color: #FEED56;
}
</style>