Shades of Paris Daisy #FFFE48
Tints of Paris Daisy #FFFE48
RGB
CMYK
RGB Variations
Color information
#FFFE48 (or 0xFFFE48) is known color: Paris Daisy. HEX triplet: FF, FE and 48. RGB value is (255,254,72). Sum of RGB (Red+Green+Blue) = 255+254+72=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 72 (28.52% from 255 or 12.39% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE48 is #0001B7. Grayscale: #EAEAEA. Windows color (decimal): -440 or 4783871. OLE color: 4783871.
HSL color Cylindrical-coordinate representation of color #FFFE48: hue angle of 59.67º 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 #FFFE48 is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 72 | - |
| CMYK | 0 | 0.00 | 0.72 | 0 |
| HSL | 59.67º | 1% | 0.64% | - |
| HSV(B) | 59.67º | 0.72% | 1% | - |
| XYZ | 77.85 | 92.61 | 19.9 | - |
| YUV | 233.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 72 | 0 | 0.00 | 0.72 | 0 | 59.67 | 1 | 0.64 |
| Hex | FF | FE | 48 | 0 | 0 | 48 | 0 | 3C | 64 | 40 |
| Octal | 377 | 376 | 110 | 0 | 0 | 110 | 0 | 74 | 144 | 100 |
| Binary | 11111111 | 11111110 | 1001000 | 0 | 0 | 1001000 | 0 | 111100 | 1100100 | 1000000 |
Color Harmonies of #FFFE48
Complementary color
Monochromatic Colors of #FFFE48
Black with #FFFE48
Text Example
Text Example
White with #FFFE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE48; }
p { color: rgb(255,254,72); }
H1.HeaderClassName
{
color: #FFFE48;
}
.AnyTagClassName
{
color: #FFFE48;
}
</style>
background-color css
<style>
a { background-color: #FFFE48; }
a { background-color: rgb(255,254,72); }
div.DivClassName
{
background-color: #FFFE48;
}
.BgClassName
{
background-color: #FFFE48;
}
</style>
border-color css
<style>
span { border-color: #FFFE48; }
span { border-color: rgb(255,254,72); }
td.TdClassName
{
border-color: #FFFE48;
}
.TagClassName
{
border-color: #FFFE48;
}
</style>