Shades of Paris Daisy #FEFD40
Tints of Paris Daisy #FEFD40
RGB
CMYK
RGB Variations
Color information
#FEFD40 (or 0xFEFD40) is known color: Paris Daisy. HEX triplet: FE, FD and 40. RGB value is (254,253,64). Sum of RGB (Red+Green+Blue) = 254+253+64=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 64 (25.39% from 255 or 11.21% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD40 is #0102BF. Grayscale: #E8E8E8. Windows color (decimal): -66240 or 4259326. OLE color: 4259326.
HSL color Cylindrical-coordinate representation of color #FEFD40: hue angle of 59.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEFD40 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 64 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.00 |
| HSL | 59.68º | 0.99% | 0.62% | - |
| HSV(B) | 59.68º | 0.75% | 1% | - |
| XYZ | 76.92 | 91.69 | 18.49 | - |
| YUV | 231.75 | 33.33 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 64 | 0 | 0.00 | 0.75 | 0.00 | 59.68 | 0.99 | 0.62 |
| Hex | FE | FD | 40 | 0 | 0 | 4B | 0 | 3C | 63 | 3E |
| Octal | 376 | 375 | 100 | 0 | 0 | 113 | 0 | 74 | 143 | 76 |
| Binary | 11111110 | 11111101 | 1000000 | 0 | 0 | 1001011 | 0 | 111100 | 1100011 | 111110 |
Color Harmonies of #FEFD40
Complementary color
Monochromatic Colors of #FEFD40
Black with #FEFD40
Text Example
Text Example
White with #FEFD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD40; }
p { color: rgb(254,253,64); }
H1.HeaderClassName
{
color: #FEFD40;
}
.AnyTagClassName
{
color: #FEFD40;
}
</style>
background-color css
<style>
a { background-color: #FEFD40; }
a { background-color: rgb(254,253,64); }
div.DivClassName
{
background-color: #FEFD40;
}
.BgClassName
{
background-color: #FEFD40;
}
</style>
border-color css
<style>
span { border-color: #FEFD40; }
span { border-color: rgb(254,253,64); }
td.TdClassName
{
border-color: #FEFD40;
}
.TagClassName
{
border-color: #FEFD40;
}
</style>