Shades of Paris Daisy #FEE554
Tints of Paris Daisy #FEE554
RGB
CMYK
RGB Variations
Color information
#FEE554 (or 0xFEE554) is known color: Paris Daisy. HEX triplet: FE, E5 and 54. RGB value is (254,229,84). Sum of RGB (Red+Green+Blue) = 254+229+84=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 84 (33.20% from 255 or 14.81% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE554 is #011AAB. Grayscale: #DCDCDC. Windows color (decimal): -72364 or 5563902. OLE color: 5563902.
HSL color Cylindrical-coordinate representation of color #FEE554: hue angle of 51.18º 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 #FEE554 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 84 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.00 |
| HSL | 51.18º | 0.99% | 0.66% | - |
| HSV(B) | 51.18º | 0.67% | 1% | - |
| XYZ | 70.49 | 77.75 | 19.68 | - |
| YUV | 219.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 84 | 0 | 0.10 | 0.67 | 0.00 | 51.18 | 0.99 | 0.66 |
| Hex | FE | E5 | 54 | 0 | A | 43 | 0 | 33 | 63 | 42 |
| Octal | 376 | 345 | 124 | 0 | 12 | 103 | 0 | 63 | 143 | 102 |
| Binary | 11111110 | 11100101 | 1010100 | 0 | 1010 | 1000011 | 0 | 110011 | 1100011 | 1000010 |
Color Harmonies of #FEE554
Complementary color
Monochromatic Colors of #FEE554
Black with #FEE554
Text Example
Text Example
White with #FEE554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE554; }
p { color: rgb(254,229,84); }
H1.HeaderClassName
{
color: #FEE554;
}
.AnyTagClassName
{
color: #FEE554;
}
</style>
background-color css
<style>
a { background-color: #FEE554; }
a { background-color: rgb(254,229,84); }
div.DivClassName
{
background-color: #FEE554;
}
.BgClassName
{
background-color: #FEE554;
}
</style>
border-color css
<style>
span { border-color: #FEE554; }
span { border-color: rgb(254,229,84); }
td.TdClassName
{
border-color: #FEE554;
}
.TagClassName
{
border-color: #FEE554;
}
</style>