Shades of Paris Daisy #FEFF48
Tints of Paris Daisy #FEFF48
RGB
CMYK
RGB Variations
Color information
#FEFF48 (or 0xFEFF48) is known color: Paris Daisy. HEX triplet: FE, FF and 48. RGB value is (254,255,72). Sum of RGB (Red+Green+Blue) = 254+255+72=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 72 (28.52% from 255 or 12.39% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF48 is #0100B7. Grayscale: #EAEAEA. Windows color (decimal): -65720 or 4784126. OLE color: 4784126.
HSL color Cylindrical-coordinate representation of color #FEFF48: hue angle of 60.33º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEFF48 is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 72 | - |
| CMYK | 0.00 | 0 | 0.72 | 0 |
| HSL | 60.33º | 1% | 0.64% | - |
| HSV(B) | 60.33º | 0.72% | 1% | - |
| XYZ | 77.8 | 93.06 | 19.99 | - |
| YUV | 233.84 | 36.67 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 72 | 0.00 | 0 | 0.72 | 0 | 60.33 | 1 | 0.64 |
| Hex | FE | FF | 48 | 0 | 0 | 48 | 0 | 3C | 64 | 40 |
| Octal | 376 | 377 | 110 | 0 | 0 | 110 | 0 | 74 | 144 | 100 |
| Binary | 11111110 | 11111111 | 1001000 | 0 | 0 | 1001000 | 0 | 111100 | 1100100 | 1000000 |
Color Harmonies of #FEFF48
Complementary color
Monochromatic Colors of #FEFF48
Black with #FEFF48
Text Example
Text Example
White with #FEFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF48; }
p { color: rgb(254,255,72); }
H1.HeaderClassName
{
color: #FEFF48;
}
.AnyTagClassName
{
color: #FEFF48;
}
</style>
background-color css
<style>
a { background-color: #FEFF48; }
a { background-color: rgb(254,255,72); }
div.DivClassName
{
background-color: #FEFF48;
}
.BgClassName
{
background-color: #FEFF48;
}
</style>
border-color css
<style>
span { border-color: #FEFF48; }
span { border-color: rgb(254,255,72); }
td.TdClassName
{
border-color: #FEFF48;
}
.TagClassName
{
border-color: #FEFF48;
}
</style>