Shades of Paris Daisy #FEEF52
Tints of Paris Daisy #FEEF52
RGB
CMYK
RGB Variations
Color information
#FEEF52 (or 0xFEEF52) is known color: Paris Daisy. HEX triplet: FE, EF and 52. RGB value is (254,239,82). Sum of RGB (Red+Green+Blue) = 254+239+82=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 82 (32.42% from 255 or 14.26% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF52 is #0110AD. Grayscale: #E2E2E2. Windows color (decimal): -69806 or 5435390. OLE color: 5435390.
HSL color Cylindrical-coordinate representation of color #FEEF52: hue angle of 54.77º 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 #FEEF52 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 82 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.00 |
| HSL | 54.77º | 0.99% | 0.66% | - |
| HSV(B) | 54.77º | 0.68% | 1% | - |
| XYZ | 73.26 | 83.41 | 20.22 | - |
| YUV | 225.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 82 | 0 | 0.06 | 0.68 | 0.00 | 54.77 | 0.99 | 0.66 |
| Hex | FE | EF | 52 | 0 | 6 | 44 | 0 | 37 | 63 | 42 |
| Octal | 376 | 357 | 122 | 0 | 6 | 104 | 0 | 67 | 143 | 102 |
| Binary | 11111110 | 11101111 | 1010010 | 0 | 110 | 1000100 | 0 | 110111 | 1100011 | 1000010 |
Color Harmonies of #FEEF52
Complementary color
Monochromatic Colors of #FEEF52
Black with #FEEF52
Text Example
Text Example
White with #FEEF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF52; }
p { color: rgb(254,239,82); }
H1.HeaderClassName
{
color: #FEEF52;
}
.AnyTagClassName
{
color: #FEEF52;
}
</style>
background-color css
<style>
a { background-color: #FEEF52; }
a { background-color: rgb(254,239,82); }
div.DivClassName
{
background-color: #FEEF52;
}
.BgClassName
{
background-color: #FEEF52;
}
</style>
border-color css
<style>
span { border-color: #FEEF52; }
span { border-color: rgb(254,239,82); }
td.TdClassName
{
border-color: #FEEF52;
}
.TagClassName
{
border-color: #FEEF52;
}
</style>