Shades of Paris Daisy #FFE550
Tints of Paris Daisy #FFE550
RGB
CMYK
RGB Variations
Color information
#FFE550 (or 0xFFE550) is known color: Paris Daisy. HEX triplet: FF, E5 and 50. RGB value is (255,229,80). Sum of RGB (Red+Green+Blue) = 255+229+80=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 80 (31.64% from 255 or 14.18% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE550 is #001AAF. Grayscale: #DCDCDC. Windows color (decimal): -6832 or 5301759. OLE color: 5301759.
HSL color Cylindrical-coordinate representation of color #FFE550: hue angle of 51.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFE550 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 80 | - |
| CMYK | 0 | 0.10 | 0.69 | 0 |
| HSL | 51.09º | 1% | 0.66% | - |
| HSV(B) | 51.09º | 0.69% | 1% | - |
| XYZ | 70.71 | 77.88 | 18.89 | - |
| YUV | 219.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 80 | 0 | 0.10 | 0.69 | 0 | 51.09 | 1 | 0.66 |
| Hex | FF | E5 | 50 | 0 | A | 45 | 0 | 33 | 64 | 42 |
| Octal | 377 | 345 | 120 | 0 | 12 | 105 | 0 | 63 | 144 | 102 |
| Binary | 11111111 | 11100101 | 1010000 | 0 | 1010 | 1000101 | 0 | 110011 | 1100100 | 1000010 |
Color Harmonies of #FFE550
Complementary color
Monochromatic Colors of #FFE550
Black with #FFE550
Text Example
Text Example
White with #FFE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE550; }
p { color: rgb(255,229,80); }
H1.HeaderClassName
{
color: #FFE550;
}
.AnyTagClassName
{
color: #FFE550;
}
</style>
background-color css
<style>
a { background-color: #FFE550; }
a { background-color: rgb(255,229,80); }
div.DivClassName
{
background-color: #FFE550;
}
.BgClassName
{
background-color: #FFE550;
}
</style>
border-color css
<style>
span { border-color: #FFE550; }
span { border-color: rgb(255,229,80); }
td.TdClassName
{
border-color: #FFE550;
}
.TagClassName
{
border-color: #FFE550;
}
</style>