Shades of Paris Daisy #FEED53
Tints of Paris Daisy #FEED53
RGB
CMYK
RGB Variations
Color information
#FEED53 (or 0xFEED53) is known color: Paris Daisy. HEX triplet: FE, ED and 53. RGB value is (254,237,83). Sum of RGB (Red+Green+Blue) = 254+237+83=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 83 (32.81% from 255 or 14.46% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED53 is #0112AC. Grayscale: #E1E1E1. Windows color (decimal): -70317 or 5500414. OLE color: 5500414.
HSL color Cylindrical-coordinate representation of color #FEED53: hue angle of 54.04º 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 #FEED53 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 83 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.00 |
| HSL | 54.04º | 0.99% | 0.66% | - |
| HSV(B) | 54.04º | 0.67% | 1% | - |
| XYZ | 72.72 | 82.26 | 20.23 | - |
| YUV | 224.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 83 | 0 | 0.07 | 0.67 | 0.00 | 54.04 | 0.99 | 0.66 |
| Hex | FE | ED | 53 | 0 | 7 | 43 | 0 | 36 | 63 | 42 |
| Octal | 376 | 355 | 123 | 0 | 7 | 103 | 0 | 66 | 143 | 102 |
| Binary | 11111110 | 11101101 | 1010011 | 0 | 111 | 1000011 | 0 | 110110 | 1100011 | 1000010 |
Color Harmonies of #FEED53
Complementary color
Monochromatic Colors of #FEED53
Black with #FEED53
Text Example
Text Example
White with #FEED53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED53; }
p { color: rgb(254,237,83); }
H1.HeaderClassName
{
color: #FEED53;
}
.AnyTagClassName
{
color: #FEED53;
}
</style>
background-color css
<style>
a { background-color: #FEED53; }
a { background-color: rgb(254,237,83); }
div.DivClassName
{
background-color: #FEED53;
}
.BgClassName
{
background-color: #FEED53;
}
</style>
border-color css
<style>
span { border-color: #FEED53; }
span { border-color: rgb(254,237,83); }
td.TdClassName
{
border-color: #FEED53;
}
.TagClassName
{
border-color: #FEED53;
}
</style>