Shades of Paris Daisy #FEEF51
Tints of Paris Daisy #FEEF51
RGB
CMYK
RGB Variations
Color information
#FEEF51 (or 0xFEEF51) is known color: Paris Daisy. HEX triplet: FE, EF and 51. RGB value is (254,239,81). Sum of RGB (Red+Green+Blue) = 254+239+81=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 81 (32.03% from 255 or 14.11% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF51 is #0110AE. Grayscale: #E2E2E2. Windows color (decimal): -69807 or 5369854. OLE color: 5369854.
HSL color Cylindrical-coordinate representation of color #FEEF51: hue angle of 54.8º 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 #FEEF51 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 81 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.00 |
| HSL | 54.8º | 0.99% | 0.66% | - |
| HSV(B) | 54.8º | 0.68% | 1% | - |
| XYZ | 73.22 | 83.4 | 20.02 | - |
| YUV | 225.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 81 | 0 | 0.06 | 0.68 | 0.00 | 54.8 | 0.99 | 0.66 |
| Hex | FE | EF | 51 | 0 | 6 | 44 | 0 | 37 | 63 | 42 |
| Octal | 376 | 357 | 121 | 0 | 6 | 104 | 0 | 67 | 143 | 102 |
| Binary | 11111110 | 11101111 | 1010001 | 0 | 110 | 1000100 | 0 | 110111 | 1100011 | 1000010 |
Color Harmonies of #FEEF51
Complementary color
Monochromatic Colors of #FEEF51
Black with #FEEF51
Text Example
Text Example
White with #FEEF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF51; }
p { color: rgb(254,239,81); }
H1.HeaderClassName
{
color: #FEEF51;
}
.AnyTagClassName
{
color: #FEEF51;
}
</style>
background-color css
<style>
a { background-color: #FEEF51; }
a { background-color: rgb(254,239,81); }
div.DivClassName
{
background-color: #FEEF51;
}
.BgClassName
{
background-color: #FEEF51;
}
</style>
border-color css
<style>
span { border-color: #FEEF51; }
span { border-color: rgb(254,239,81); }
td.TdClassName
{
border-color: #FEEF51;
}
.TagClassName
{
border-color: #FEEF51;
}
</style>