Shades of Paris Daisy #FEEE52
Tints of Paris Daisy #FEEE52
RGB
CMYK
RGB Variations
Color information
#FEEE52 (or 0xFEEE52) is known color: Paris Daisy. HEX triplet: FE, EE and 52. RGB value is (254,238,82). Sum of RGB (Red+Green+Blue) = 254+238+82=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 82 (32.42% from 255 or 14.29% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE52 is #0111AD. Grayscale: #E1E1E1. Windows color (decimal): -70062 or 5435134. OLE color: 5435134.
HSL color Cylindrical-coordinate representation of color #FEEE52: hue angle of 54.42º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEEE52 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 82 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.00 |
| HSL | 54.42º | 0.99% | 0.66% | - |
| HSV(B) | 54.42º | 0.68% | 1% | - |
| XYZ | 72.97 | 82.83 | 20.12 | - |
| YUV | 225 | 47.3 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 82 | 0 | 0.06 | 0.68 | 0.00 | 54.42 | 0.99 | 0.66 |
| Hex | FE | EE | 52 | 0 | 6 | 44 | 0 | 36 | 63 | 42 |
| Octal | 376 | 356 | 122 | 0 | 6 | 104 | 0 | 66 | 143 | 102 |
| Binary | 11111110 | 11101110 | 1010010 | 0 | 110 | 1000100 | 0 | 110110 | 1100011 | 1000010 |
Color Harmonies of #FEEE52
Complementary color
Monochromatic Colors of #FEEE52
Black with #FEEE52
Text Example
Text Example
White with #FEEE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE52; }
p { color: rgb(254,238,82); }
H1.HeaderClassName
{
color: #FEEE52;
}
.AnyTagClassName
{
color: #FEEE52;
}
</style>
background-color css
<style>
a { background-color: #FEEE52; }
a { background-color: rgb(254,238,82); }
div.DivClassName
{
background-color: #FEEE52;
}
.BgClassName
{
background-color: #FEEE52;
}
</style>
border-color css
<style>
span { border-color: #FEEE52; }
span { border-color: rgb(254,238,82); }
td.TdClassName
{
border-color: #FEEE52;
}
.TagClassName
{
border-color: #FEEE52;
}
</style>