Shades of Paris Daisy #FEF84D
Tints of Paris Daisy #FEF84D
RGB
CMYK
RGB Variations
Color information
#FEF84D (or 0xFEF84D) is known color: Paris Daisy. HEX triplet: FE, F8 and 4D. RGB value is (254,248,77). Sum of RGB (Red+Green+Blue) = 254+248+77=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 77 (30.47% from 255 or 13.30% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF84D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF84D is #0107B2. Grayscale: #E6E6E6. Windows color (decimal): -67507 or 5110014. OLE color: 5110014.
HSL color Cylindrical-coordinate representation of color #FEF84D: hue angle of 57.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEF84D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 77 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.00 |
| HSL | 57.97º | 0.99% | 0.65% | - |
| HSV(B) | 57.97º | 0.7% | 1% | - |
| XYZ | 75.78 | 88.74 | 20.16 | - |
| YUV | 230.3 | 41.49 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 77 | 0 | 0.02 | 0.70 | 0.00 | 57.97 | 0.99 | 0.65 |
| Hex | FE | F8 | 4D | 0 | 2 | 46 | 0 | 3A | 63 | 41 |
| Octal | 376 | 370 | 115 | 0 | 2 | 106 | 0 | 72 | 143 | 101 |
| Binary | 11111110 | 11111000 | 1001101 | 0 | 10 | 1000110 | 0 | 111010 | 1100011 | 1000001 |
Color Harmonies of #FEF84D
Complementary color
Monochromatic Colors of #FEF84D
Black with #FEF84D
Text Example
Text Example
White with #FEF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF84D; }
p { color: rgb(254,248,77); }
H1.HeaderClassName
{
color: #FEF84D;
}
.AnyTagClassName
{
color: #FEF84D;
}
</style>
background-color css
<style>
a { background-color: #FEF84D; }
a { background-color: rgb(254,248,77); }
div.DivClassName
{
background-color: #FEF84D;
}
.BgClassName
{
background-color: #FEF84D;
}
</style>
border-color css
<style>
span { border-color: #FEF84D; }
span { border-color: rgb(254,248,77); }
td.TdClassName
{
border-color: #FEF84D;
}
.TagClassName
{
border-color: #FEF84D;
}
</style>