Shades of Paris Daisy #FEF449
Tints of Paris Daisy #FEF449
RGB
CMYK
RGB Variations
Color information
#FEF449 (or 0xFEF449) is known color: Paris Daisy. HEX triplet: FE, F4 and 49. RGB value is (254,244,73). Sum of RGB (Red+Green+Blue) = 254+244+73=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 244 (95.70% from 255 or 42.73% from 571); Blue value is 73 (28.91% from 255 or 12.78% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF449 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF449 is #010BB6. Grayscale: #E4E4E4. Windows color (decimal): -68535 or 4846846. OLE color: 4846846.
HSL color Cylindrical-coordinate representation of color #FEF449: hue angle of 56.69º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEF449 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 73 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.00 |
| HSL | 56.69º | 0.99% | 0.64% | - |
| HSV(B) | 56.69º | 0.71% | 1% | - |
| XYZ | 74.43 | 86.25 | 19.03 | - |
| YUV | 227.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 73 | 0 | 0.04 | 0.71 | 0.00 | 56.69 | 0.99 | 0.64 |
| Hex | FE | F4 | 49 | 0 | 4 | 47 | 0 | 39 | 63 | 40 |
| Octal | 376 | 364 | 111 | 0 | 4 | 107 | 0 | 71 | 143 | 100 |
| Binary | 11111110 | 11110100 | 1001001 | 0 | 100 | 1000111 | 0 | 111001 | 1100011 | 1000000 |
Color Harmonies of #FEF449
Complementary color
Monochromatic Colors of #FEF449
Black with #FEF449
Text Example
Text Example
White with #FEF449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF449; }
p { color: rgb(254,244,73); }
H1.HeaderClassName
{
color: #FEF449;
}
.AnyTagClassName
{
color: #FEF449;
}
</style>
background-color css
<style>
a { background-color: #FEF449; }
a { background-color: rgb(254,244,73); }
div.DivClassName
{
background-color: #FEF449;
}
.BgClassName
{
background-color: #FEF449;
}
</style>
border-color css
<style>
span { border-color: #FEF449; }
span { border-color: rgb(254,244,73); }
td.TdClassName
{
border-color: #FEF449;
}
.TagClassName
{
border-color: #FEF449;
}
</style>