Shades of Paris Daisy #FEFE48
Tints of Paris Daisy #FEFE48
RGB
CMYK
RGB Variations
Color information
#FEFE48 (or 0xFEFE48) is known color: Paris Daisy. HEX triplet: FE, FE and 48. RGB value is (254,254,72). Sum of RGB (Red+Green+Blue) = 254+254+72=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 72 (28.52% from 255 or 12.41% from 580); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE48 is #0101B7. Grayscale: #E9E9E9. Windows color (decimal): -65976 or 4783870. OLE color: 4783870.
HSL color Cylindrical-coordinate representation of color #FEFE48: hue angle of 60º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEFE48 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 72 | - |
| CMYK | 0 | 0 | 0.72 | 0.00 |
| HSL | 60º | 0.99% | 0.64% | - |
| HSV(B) | 60º | 0.72% | 1% | - |
| XYZ | 77.48 | 92.42 | 19.89 | - |
| YUV | 233.25 | 37 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 72 | 0 | 0 | 0.72 | 0.00 | 60 | 0.99 | 0.64 |
| Hex | FE | FE | 48 | 0 | 0 | 48 | 0 | 3C | 63 | 40 |
| Octal | 376 | 376 | 110 | 0 | 0 | 110 | 0 | 74 | 143 | 100 |
| Binary | 11111110 | 11111110 | 1001000 | 0 | 0 | 1001000 | 0 | 111100 | 1100011 | 1000000 |
Color Harmonies of #FEFE48
Complementary color
Monochromatic Colors of #FEFE48
Black with #FEFE48
Text Example
Text Example
White with #FEFE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE48; }
p { color: rgb(254,254,72); }
H1.HeaderClassName
{
color: #FEFE48;
}
.AnyTagClassName
{
color: #FEFE48;
}
</style>
background-color css
<style>
a { background-color: #FEFE48; }
a { background-color: rgb(254,254,72); }
div.DivClassName
{
background-color: #FEFE48;
}
.BgClassName
{
background-color: #FEFE48;
}
</style>
border-color css
<style>
span { border-color: #FEFE48; }
span { border-color: rgb(254,254,72); }
td.TdClassName
{
border-color: #FEFE48;
}
.TagClassName
{
border-color: #FEFE48;
}
</style>