Shades of Paris Daisy #FFE850
Tints of Paris Daisy #FFE850
RGB
CMYK
RGB Variations
Color information
#FFE850 (or 0xFFE850) is known color: Paris Daisy. HEX triplet: FF, E8 and 50. RGB value is (255,232,80). Sum of RGB (Red+Green+Blue) = 255+232+80=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 80 (31.64% from 255 or 14.11% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE850 is #0017AF. Grayscale: #DEDEDE. Windows color (decimal): -6064 or 5302527. OLE color: 5302527.
HSL color Cylindrical-coordinate representation of color #FFE850: hue angle of 52.11º 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 #FFE850 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 80 | - |
| CMYK | 0 | 0.09 | 0.69 | 0 |
| HSL | 52.11º | 1% | 0.66% | - |
| HSV(B) | 52.11º | 0.69% | 1% | - |
| XYZ | 71.54 | 79.55 | 19.17 | - |
| YUV | 221.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 80 | 0 | 0.09 | 0.69 | 0 | 52.11 | 1 | 0.66 |
| Hex | FF | E8 | 50 | 0 | 9 | 45 | 0 | 34 | 64 | 42 |
| Octal | 377 | 350 | 120 | 0 | 11 | 105 | 0 | 64 | 144 | 102 |
| Binary | 11111111 | 11101000 | 1010000 | 0 | 1001 | 1000101 | 0 | 110100 | 1100100 | 1000010 |
Color Harmonies of #FFE850
Complementary color
Monochromatic Colors of #FFE850
Black with #FFE850
Text Example
Text Example
White with #FFE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE850; }
p { color: rgb(255,232,80); }
H1.HeaderClassName
{
color: #FFE850;
}
.AnyTagClassName
{
color: #FFE850;
}
</style>
background-color css
<style>
a { background-color: #FFE850; }
a { background-color: rgb(255,232,80); }
div.DivClassName
{
background-color: #FFE850;
}
.BgClassName
{
background-color: #FFE850;
}
</style>
border-color css
<style>
span { border-color: #FFE850; }
span { border-color: rgb(255,232,80); }
td.TdClassName
{
border-color: #FFE850;
}
.TagClassName
{
border-color: #FFE850;
}
</style>