Shades of Paris Daisy #FEF548
Tints of Paris Daisy #FEF548
RGB
CMYK
RGB Variations
Color information
#FEF548 (or 0xFEF548) is known color: Paris Daisy. HEX triplet: FE, F5 and 48. RGB value is (254,245,72). Sum of RGB (Red+Green+Blue) = 254+245+72=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 72 (28.52% from 255 or 12.61% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF548 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF548 is #010AB7. Grayscale: #E4E4E4. Windows color (decimal): -68280 or 4781566. OLE color: 4781566.
HSL color Cylindrical-coordinate representation of color #FEF548: hue angle of 57.03º 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 #FEF548 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 72 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.00 |
| HSL | 57.03º | 0.99% | 0.64% | - |
| HSV(B) | 57.03º | 0.72% | 1% | - |
| XYZ | 74.7 | 86.84 | 18.96 | - |
| YUV | 227.97 | 39.98 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 72 | 0 | 0.04 | 0.72 | 0.00 | 57.03 | 0.99 | 0.64 |
| Hex | FE | F5 | 48 | 0 | 4 | 48 | 0 | 39 | 63 | 40 |
| Octal | 376 | 365 | 110 | 0 | 4 | 110 | 0 | 71 | 143 | 100 |
| Binary | 11111110 | 11110101 | 1001000 | 0 | 100 | 1001000 | 0 | 111001 | 1100011 | 1000000 |
Color Harmonies of #FEF548
Complementary color
Monochromatic Colors of #FEF548
Black with #FEF548
Text Example
Text Example
White with #FEF548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF548; }
p { color: rgb(254,245,72); }
H1.HeaderClassName
{
color: #FEF548;
}
.AnyTagClassName
{
color: #FEF548;
}
</style>
background-color css
<style>
a { background-color: #FEF548; }
a { background-color: rgb(254,245,72); }
div.DivClassName
{
background-color: #FEF548;
}
.BgClassName
{
background-color: #FEF548;
}
</style>
border-color css
<style>
span { border-color: #FEF548; }
span { border-color: rgb(254,245,72); }
td.TdClassName
{
border-color: #FEF548;
}
.TagClassName
{
border-color: #FEF548;
}
</style>