Shades of Paris Daisy #FEEF54
Tints of Paris Daisy #FEEF54
RGB
CMYK
RGB Variations
Color information
#FEEF54 (or 0xFEEF54) is known color: Paris Daisy. HEX triplet: FE, EF and 54. RGB value is (254,239,84). Sum of RGB (Red+Green+Blue) = 254+239+84=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 84 (33.20% from 255 or 14.56% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF54 is #0110AB. Grayscale: #E2E2E2. Windows color (decimal): -69804 or 5566462. OLE color: 5566462.
HSL color Cylindrical-coordinate representation of color #FEEF54: hue angle of 54.71º 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 #FEEF54 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 84 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.00 |
| HSL | 54.71º | 0.99% | 0.66% | - |
| HSV(B) | 54.71º | 0.67% | 1% | - |
| XYZ | 73.34 | 83.44 | 20.63 | - |
| YUV | 225.82 | 47.97 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 84 | 0 | 0.06 | 0.67 | 0.00 | 54.71 | 0.99 | 0.66 |
| Hex | FE | EF | 54 | 0 | 6 | 43 | 0 | 37 | 63 | 42 |
| Octal | 376 | 357 | 124 | 0 | 6 | 103 | 0 | 67 | 143 | 102 |
| Binary | 11111110 | 11101111 | 1010100 | 0 | 110 | 1000011 | 0 | 110111 | 1100011 | 1000010 |
Color Harmonies of #FEEF54
Complementary color
Monochromatic Colors of #FEEF54
Black with #FEEF54
Text Example
Text Example
White with #FEEF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF54; }
p { color: rgb(254,239,84); }
H1.HeaderClassName
{
color: #FEEF54;
}
.AnyTagClassName
{
color: #FEEF54;
}
</style>
background-color css
<style>
a { background-color: #FEEF54; }
a { background-color: rgb(254,239,84); }
div.DivClassName
{
background-color: #FEEF54;
}
.BgClassName
{
background-color: #FEEF54;
}
</style>
border-color css
<style>
span { border-color: #FEEF54; }
span { border-color: rgb(254,239,84); }
td.TdClassName
{
border-color: #FEEF54;
}
.TagClassName
{
border-color: #FEEF54;
}
</style>