Shades of Paris Daisy #FEE955
Tints of Paris Daisy #FEE955
RGB
CMYK
RGB Variations
Color information
#FEE955 (or 0xFEE955) is known color: Paris Daisy. HEX triplet: FE, E9 and 55. RGB value is (254,233,85). Sum of RGB (Red+Green+Blue) = 254+233+85=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 85 (33.59% from 255 or 14.86% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE955 is #0116AA. Grayscale: #DFDFDF. Windows color (decimal): -71339 or 5630462. OLE color: 5630462.
HSL color Cylindrical-coordinate representation of color #FEE955: hue angle of 52.54º 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 #FEE955 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 85 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.00 |
| HSL | 52.54º | 0.99% | 0.66% | - |
| HSV(B) | 52.54º | 0.67% | 1% | - |
| XYZ | 71.65 | 80 | 20.26 | - |
| YUV | 222.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 85 | 0 | 0.08 | 0.67 | 0.00 | 52.54 | 0.99 | 0.66 |
| Hex | FE | E9 | 55 | 0 | 8 | 43 | 0 | 35 | 63 | 42 |
| Octal | 376 | 351 | 125 | 0 | 10 | 103 | 0 | 65 | 143 | 102 |
| Binary | 11111110 | 11101001 | 1010101 | 0 | 1000 | 1000011 | 0 | 110101 | 1100011 | 1000010 |
Color Harmonies of #FEE955
Complementary color
Monochromatic Colors of #FEE955
Black with #FEE955
Text Example
Text Example
White with #FEE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE955; }
p { color: rgb(254,233,85); }
H1.HeaderClassName
{
color: #FEE955;
}
.AnyTagClassName
{
color: #FEE955;
}
</style>
background-color css
<style>
a { background-color: #FEE955; }
a { background-color: rgb(254,233,85); }
div.DivClassName
{
background-color: #FEE955;
}
.BgClassName
{
background-color: #FEE955;
}
</style>
border-color css
<style>
span { border-color: #FEE955; }
span { border-color: rgb(254,233,85); }
td.TdClassName
{
border-color: #FEE955;
}
.TagClassName
{
border-color: #FEE955;
}
</style>