Shades of Paris Daisy #FEF544
Tints of Paris Daisy #FEF544
RGB
CMYK
RGB Variations
Color information
#FEF544 (or 0xFEF544) is known color: Paris Daisy. HEX triplet: FE, F5 and 44. RGB value is (254,245,68). Sum of RGB (Red+Green+Blue) = 254+245+68=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 68 (26.95% from 255 or 11.99% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF544 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF544 is #010ABB. Grayscale: #E4E4E4. Windows color (decimal): -68284 or 4519422. OLE color: 4519422.
HSL color Cylindrical-coordinate representation of color #FEF544: hue angle of 57.1º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEF544 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 68 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.00 |
| HSL | 57.1º | 0.99% | 0.63% | - |
| HSV(B) | 57.1º | 0.73% | 1% | - |
| XYZ | 74.57 | 86.79 | 18.29 | - |
| YUV | 227.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 68 | 0 | 0.04 | 0.73 | 0.00 | 57.1 | 0.99 | 0.63 |
| Hex | FE | F5 | 44 | 0 | 4 | 49 | 0 | 39 | 63 | 3F |
| Octal | 376 | 365 | 104 | 0 | 4 | 111 | 0 | 71 | 143 | 77 |
| Binary | 11111110 | 11110101 | 1000100 | 0 | 100 | 1001001 | 0 | 111001 | 1100011 | 111111 |
Color Harmonies of #FEF544
Complementary color
Monochromatic Colors of #FEF544
Black with #FEF544
Text Example
Text Example
White with #FEF544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF544; }
p { color: rgb(254,245,68); }
H1.HeaderClassName
{
color: #FEF544;
}
.AnyTagClassName
{
color: #FEF544;
}
</style>
background-color css
<style>
a { background-color: #FEF544; }
a { background-color: rgb(254,245,68); }
div.DivClassName
{
background-color: #FEF544;
}
.BgClassName
{
background-color: #FEF544;
}
</style>
border-color css
<style>
span { border-color: #FEF544; }
span { border-color: rgb(254,245,68); }
td.TdClassName
{
border-color: #FEF544;
}
.TagClassName
{
border-color: #FEF544;
}
</style>