Shades of Paris Daisy #FEF84A
Tints of Paris Daisy #FEF84A
RGB
CMYK
RGB Variations
Color information
#FEF84A (or 0xFEF84A) is known color: Paris Daisy. HEX triplet: FE, F8 and 4A. RGB value is (254,248,74). Sum of RGB (Red+Green+Blue) = 254+248+74=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 74 (29.30% from 255 or 12.85% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF84A is #0107B5. Grayscale: #E6E6E6. Windows color (decimal): -67510 or 4913406. OLE color: 4913406.
HSL color Cylindrical-coordinate representation of color #FEF84A: hue angle of 58º 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 #FEF84A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.00 |
| HSL | 58º | 0.99% | 0.64% | - |
| HSV(B) | 58º | 0.71% | 1% | - |
| XYZ | 75.68 | 88.7 | 19.61 | - |
| YUV | 229.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 74 | 0 | 0.02 | 0.71 | 0.00 | 58 | 0.99 | 0.64 |
| Hex | FE | F8 | 4A | 0 | 2 | 47 | 0 | 3A | 63 | 40 |
| Octal | 376 | 370 | 112 | 0 | 2 | 107 | 0 | 72 | 143 | 100 |
| Binary | 11111110 | 11111000 | 1001010 | 0 | 10 | 1000111 | 0 | 111010 | 1100011 | 1000000 |
Color Harmonies of #FEF84A
Complementary color
Monochromatic Colors of #FEF84A
Black with #FEF84A
Text Example
Text Example
White with #FEF84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF84A; }
p { color: rgb(254,248,74); }
H1.HeaderClassName
{
color: #FEF84A;
}
.AnyTagClassName
{
color: #FEF84A;
}
</style>
background-color css
<style>
a { background-color: #FEF84A; }
a { background-color: rgb(254,248,74); }
div.DivClassName
{
background-color: #FEF84A;
}
.BgClassName
{
background-color: #FEF84A;
}
</style>
border-color css
<style>
span { border-color: #FEF84A; }
span { border-color: rgb(254,248,74); }
td.TdClassName
{
border-color: #FEF84A;
}
.TagClassName
{
border-color: #FEF84A;
}
</style>