Shades of Paris Daisy #FEFD4A
Tints of Paris Daisy #FEFD4A
RGB
CMYK
RGB Variations
Color information
#FEFD4A (or 0xFEFD4A) is known color: Paris Daisy. HEX triplet: FE, FD and 4A. RGB value is (254,253,74). Sum of RGB (Red+Green+Blue) = 254+253+74=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 74 (29.30% from 255 or 12.74% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD4A is #0102B5. Grayscale: #E9E9E9. Windows color (decimal): -66230 or 4914686. OLE color: 4914686.
HSL color Cylindrical-coordinate representation of color #FEFD4A: hue angle of 59.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEFD4A is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 74 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.00 |
| HSL | 59.67º | 0.99% | 0.64% | - |
| HSV(B) | 59.67º | 0.71% | 1% | - |
| XYZ | 77.23 | 91.82 | 20.13 | - |
| YUV | 232.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 74 | 0 | 0.00 | 0.71 | 0.00 | 59.67 | 0.99 | 0.64 |
| Hex | FE | FD | 4A | 0 | 0 | 47 | 0 | 3C | 63 | 40 |
| Octal | 376 | 375 | 112 | 0 | 0 | 107 | 0 | 74 | 143 | 100 |
| Binary | 11111110 | 11111101 | 1001010 | 0 | 0 | 1000111 | 0 | 111100 | 1100011 | 1000000 |
Color Harmonies of #FEFD4A
Complementary color
Monochromatic Colors of #FEFD4A
Black with #FEFD4A
Text Example
Text Example
White with #FEFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD4A; }
p { color: rgb(254,253,74); }
H1.HeaderClassName
{
color: #FEFD4A;
}
.AnyTagClassName
{
color: #FEFD4A;
}
</style>
background-color css
<style>
a { background-color: #FEFD4A; }
a { background-color: rgb(254,253,74); }
div.DivClassName
{
background-color: #FEFD4A;
}
.BgClassName
{
background-color: #FEFD4A;
}
</style>
border-color css
<style>
span { border-color: #FEFD4A; }
span { border-color: rgb(254,253,74); }
td.TdClassName
{
border-color: #FEFD4A;
}
.TagClassName
{
border-color: #FEFD4A;
}
</style>