Shades of Paris Daisy #FEED55
Tints of Paris Daisy #FEED55
RGB
CMYK
RGB Variations
Color information
#FEED55 (or 0xFEED55) is known color: Paris Daisy. HEX triplet: FE, ED and 55. RGB value is (254,237,85). Sum of RGB (Red+Green+Blue) = 254+237+85=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 85 (33.59% from 255 or 14.76% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED55 is #0112AA. Grayscale: #E1E1E1. Windows color (decimal): -70315 or 5631486. OLE color: 5631486.
HSL color Cylindrical-coordinate representation of color #FEED55: hue angle of 53.96º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEED55 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 85 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.00 |
| HSL | 53.96º | 0.99% | 0.66% | - |
| HSV(B) | 53.96º | 0.67% | 1% | - |
| XYZ | 72.8 | 82.3 | 20.64 | - |
| YUV | 224.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 85 | 0 | 0.07 | 0.67 | 0.00 | 53.96 | 0.99 | 0.66 |
| Hex | FE | ED | 55 | 0 | 7 | 43 | 0 | 36 | 63 | 42 |
| Octal | 376 | 355 | 125 | 0 | 7 | 103 | 0 | 66 | 143 | 102 |
| Binary | 11111110 | 11101101 | 1010101 | 0 | 111 | 1000011 | 0 | 110110 | 1100011 | 1000010 |
Color Harmonies of #FEED55
Complementary color
Monochromatic Colors of #FEED55
Black with #FEED55
Text Example
Text Example
White with #FEED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED55; }
p { color: rgb(254,237,85); }
H1.HeaderClassName
{
color: #FEED55;
}
.AnyTagClassName
{
color: #FEED55;
}
</style>
background-color css
<style>
a { background-color: #FEED55; }
a { background-color: rgb(254,237,85); }
div.DivClassName
{
background-color: #FEED55;
}
.BgClassName
{
background-color: #FEED55;
}
</style>
border-color css
<style>
span { border-color: #FEED55; }
span { border-color: rgb(254,237,85); }
td.TdClassName
{
border-color: #FEED55;
}
.TagClassName
{
border-color: #FEED55;
}
</style>