Shades of Paris Daisy #FEFD50
Tints of Paris Daisy #FEFD50
RGB
CMYK
RGB Variations
Color information
#FEFD50 (or 0xFEFD50) is known color: Paris Daisy. HEX triplet: FE, FD and 50. RGB value is (254,253,80). Sum of RGB (Red+Green+Blue) = 254+253+80=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 80 (31.64% from 255 or 13.63% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD50 is #0102AF. Grayscale: #EAEAEA. Windows color (decimal): -66224 or 5307902. OLE color: 5307902.
HSL color Cylindrical-coordinate representation of color #FEFD50: hue angle of 59.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEFD50 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 80 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.00 |
| HSL | 59.66º | 0.99% | 0.65% | - |
| HSV(B) | 59.66º | 0.69% | 1% | - |
| XYZ | 77.45 | 91.9 | 21.25 | - |
| YUV | 233.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 80 | 0 | 0.00 | 0.69 | 0.00 | 59.66 | 0.99 | 0.65 |
| Hex | FE | FD | 50 | 0 | 0 | 45 | 0 | 3C | 63 | 41 |
| Octal | 376 | 375 | 120 | 0 | 0 | 105 | 0 | 74 | 143 | 101 |
| Binary | 11111110 | 11111101 | 1010000 | 0 | 0 | 1000101 | 0 | 111100 | 1100011 | 1000001 |
Color Harmonies of #FEFD50
Complementary color
Monochromatic Colors of #FEFD50
Black with #FEFD50
Text Example
Text Example
White with #FEFD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD50; }
p { color: rgb(254,253,80); }
H1.HeaderClassName
{
color: #FEFD50;
}
.AnyTagClassName
{
color: #FEFD50;
}
</style>
background-color css
<style>
a { background-color: #FEFD50; }
a { background-color: rgb(254,253,80); }
div.DivClassName
{
background-color: #FEFD50;
}
.BgClassName
{
background-color: #FEFD50;
}
</style>
border-color css
<style>
span { border-color: #FEFD50; }
span { border-color: rgb(254,253,80); }
td.TdClassName
{
border-color: #FEFD50;
}
.TagClassName
{
border-color: #FEFD50;
}
</style>