Shades of Paris Daisy #FEE545
Tints of Paris Daisy #FEE545
RGB
CMYK
RGB Variations
Color information
#FEE545 (or 0xFEE545) is known color: Paris Daisy. HEX triplet: FE, E5 and 45. RGB value is (254,229,69). Sum of RGB (Red+Green+Blue) = 254+229+69=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 69 (27.34% from 255 or 12.5% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE545 is #011ABA. Grayscale: #DADADA. Windows color (decimal): -72379 or 4580862. OLE color: 4580862.
HSL color Cylindrical-coordinate representation of color #FEE545: hue angle of 51.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEE545 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 69 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.00 |
| HSL | 51.89º | 0.99% | 0.63% | - |
| HSV(B) | 51.89º | 0.73% | 1% | - |
| XYZ | 69.97 | 77.54 | 16.91 | - |
| YUV | 218.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 69 | 0 | 0.10 | 0.73 | 0.00 | 51.89 | 0.99 | 0.63 |
| Hex | FE | E5 | 45 | 0 | A | 49 | 0 | 34 | 63 | 3F |
| Octal | 376 | 345 | 105 | 0 | 12 | 111 | 0 | 64 | 143 | 77 |
| Binary | 11111110 | 11100101 | 1000101 | 0 | 1010 | 1001001 | 0 | 110100 | 1100011 | 111111 |
Color Harmonies of #FEE545
Complementary color
Monochromatic Colors of #FEE545
Black with #FEE545
Text Example
Text Example
White with #FEE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE545; }
p { color: rgb(254,229,69); }
H1.HeaderClassName
{
color: #FEE545;
}
.AnyTagClassName
{
color: #FEE545;
}
</style>
background-color css
<style>
a { background-color: #FEE545; }
a { background-color: rgb(254,229,69); }
div.DivClassName
{
background-color: #FEE545;
}
.BgClassName
{
background-color: #FEE545;
}
</style>
border-color css
<style>
span { border-color: #FEE545; }
span { border-color: rgb(254,229,69); }
td.TdClassName
{
border-color: #FEE545;
}
.TagClassName
{
border-color: #FEE545;
}
</style>