Shades of Paris Daisy #FEF448
Tints of Paris Daisy #FEF448
RGB
CMYK
RGB Variations
Color information
#FEF448 (or 0xFEF448) is known color: Paris Daisy. HEX triplet: FE, F4 and 48. RGB value is (254,244,72). Sum of RGB (Red+Green+Blue) = 254+244+72=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 72 (28.52% from 255 or 12.63% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF448 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF448 is #010BB7. Grayscale: #E4E4E4. Windows color (decimal): -68536 or 4781310. OLE color: 4781310.
HSL color Cylindrical-coordinate representation of color #FEF448: hue angle of 56.7º 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 #FEF448 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 72 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.00 |
| HSL | 56.7º | 0.99% | 0.64% | - |
| HSV(B) | 56.7º | 0.72% | 1% | - |
| XYZ | 74.39 | 86.24 | 18.86 | - |
| YUV | 227.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 72 | 0 | 0.04 | 0.72 | 0.00 | 56.7 | 0.99 | 0.64 |
| Hex | FE | F4 | 48 | 0 | 4 | 48 | 0 | 39 | 63 | 40 |
| Octal | 376 | 364 | 110 | 0 | 4 | 110 | 0 | 71 | 143 | 100 |
| Binary | 11111110 | 11110100 | 1001000 | 0 | 100 | 1001000 | 0 | 111001 | 1100011 | 1000000 |
Color Harmonies of #FEF448
Complementary color
Monochromatic Colors of #FEF448
Black with #FEF448
Text Example
Text Example
White with #FEF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF448; }
p { color: rgb(254,244,72); }
H1.HeaderClassName
{
color: #FEF448;
}
.AnyTagClassName
{
color: #FEF448;
}
</style>
background-color css
<style>
a { background-color: #FEF448; }
a { background-color: rgb(254,244,72); }
div.DivClassName
{
background-color: #FEF448;
}
.BgClassName
{
background-color: #FEF448;
}
</style>
border-color css
<style>
span { border-color: #FEF448; }
span { border-color: rgb(254,244,72); }
td.TdClassName
{
border-color: #FEF448;
}
.TagClassName
{
border-color: #FEF448;
}
</style>