Shades of Paris Daisy #FEEF55
Tints of Paris Daisy #FEEF55
RGB
CMYK
RGB Variations
Color information
#FEEF55 (or 0xFEEF55) is known color: Paris Daisy. HEX triplet: FE, EF and 55. RGB value is (254,239,85). Sum of RGB (Red+Green+Blue) = 254+239+85=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 85 (33.59% from 255 or 14.71% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF55 is #0110AA. Grayscale: #E2E2E2. Windows color (decimal): -69803 or 5631998. OLE color: 5631998.
HSL color Cylindrical-coordinate representation of color #FEEF55: hue angle of 54.67º 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 #FEEF55 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 85 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.00 |
| HSL | 54.67º | 0.99% | 0.66% | - |
| HSV(B) | 54.67º | 0.67% | 1% | - |
| XYZ | 73.38 | 83.46 | 20.84 | - |
| YUV | 225.93 | 48.47 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 85 | 0 | 0.06 | 0.67 | 0.00 | 54.67 | 0.99 | 0.66 |
| Hex | FE | EF | 55 | 0 | 6 | 43 | 0 | 37 | 63 | 42 |
| Octal | 376 | 357 | 125 | 0 | 6 | 103 | 0 | 67 | 143 | 102 |
| Binary | 11111110 | 11101111 | 1010101 | 0 | 110 | 1000011 | 0 | 110111 | 1100011 | 1000010 |
Color Harmonies of #FEEF55
Complementary color
Monochromatic Colors of #FEEF55
Black with #FEEF55
Text Example
Text Example
White with #FEEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF55; }
p { color: rgb(254,239,85); }
H1.HeaderClassName
{
color: #FEEF55;
}
.AnyTagClassName
{
color: #FEEF55;
}
</style>
background-color css
<style>
a { background-color: #FEEF55; }
a { background-color: rgb(254,239,85); }
div.DivClassName
{
background-color: #FEEF55;
}
.BgClassName
{
background-color: #FEEF55;
}
</style>
border-color css
<style>
span { border-color: #FEEF55; }
span { border-color: rgb(254,239,85); }
td.TdClassName
{
border-color: #FEEF55;
}
.TagClassName
{
border-color: #FEEF55;
}
</style>