Shades of Paris Daisy #FEFC51
Tints of Paris Daisy #FEFC51
RGB
CMYK
RGB Variations
Color information
#FEFC51 (or 0xFEFC51) is known color: Paris Daisy. HEX triplet: FE, FC and 51. RGB value is (254,252,81). Sum of RGB (Red+Green+Blue) = 254+252+81=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 81 (32.03% from 255 or 13.80% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC51 is #0103AE. Grayscale: #E9E9E9. Windows color (decimal): -66479 or 5373182. OLE color: 5373182.
HSL color Cylindrical-coordinate representation of color #FEFC51: hue angle of 59.31º 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 #FEFC51 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 81 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.00 |
| HSL | 59.31º | 0.99% | 0.66% | - |
| HSV(B) | 59.31º | 0.68% | 1% | - |
| XYZ | 77.17 | 91.29 | 21.34 | - |
| YUV | 233.1 | 42.16 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 81 | 0 | 0.01 | 0.68 | 0.00 | 59.31 | 0.99 | 0.66 |
| Hex | FE | FC | 51 | 0 | 1 | 44 | 0 | 3B | 63 | 42 |
| Octal | 376 | 374 | 121 | 0 | 1 | 104 | 0 | 73 | 143 | 102 |
| Binary | 11111110 | 11111100 | 1010001 | 0 | 1 | 1000100 | 0 | 111011 | 1100011 | 1000010 |
Color Harmonies of #FEFC51
Complementary color
Monochromatic Colors of #FEFC51
Black with #FEFC51
Text Example
Text Example
White with #FEFC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC51; }
p { color: rgb(254,252,81); }
H1.HeaderClassName
{
color: #FEFC51;
}
.AnyTagClassName
{
color: #FEFC51;
}
</style>
background-color css
<style>
a { background-color: #FEFC51; }
a { background-color: rgb(254,252,81); }
div.DivClassName
{
background-color: #FEFC51;
}
.BgClassName
{
background-color: #FEFC51;
}
</style>
border-color css
<style>
span { border-color: #FEFC51; }
span { border-color: rgb(254,252,81); }
td.TdClassName
{
border-color: #FEFC51;
}
.TagClassName
{
border-color: #FEFC51;
}
</style>