Shades of Paris Daisy #FEF94E
Tints of Paris Daisy #FEF94E
RGB
CMYK
RGB Variations
Color information
#FEF94E (or 0xFEF94E) is known color: Paris Daisy. HEX triplet: FE, F9 and 4E. RGB value is (254,249,78). Sum of RGB (Red+Green+Blue) = 254+249+78=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 78 (30.86% from 255 or 13.43% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF94E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF94E is #0106B1. Grayscale: #E7E7E7. Windows color (decimal): -67250 or 5175806. OLE color: 5175806.
HSL color Cylindrical-coordinate representation of color #FEF94E: hue angle of 58.3º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEF94E is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 78 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.00 |
| HSL | 58.3º | 0.99% | 0.65% | - |
| HSV(B) | 58.3º | 0.69% | 1% | - |
| XYZ | 76.12 | 89.37 | 20.45 | - |
| YUV | 231 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 78 | 0 | 0.02 | 0.69 | 0.00 | 58.3 | 0.99 | 0.65 |
| Hex | FE | F9 | 4E | 0 | 2 | 45 | 0 | 3A | 63 | 41 |
| Octal | 376 | 371 | 116 | 0 | 2 | 105 | 0 | 72 | 143 | 101 |
| Binary | 11111110 | 11111001 | 1001110 | 0 | 10 | 1000101 | 0 | 111010 | 1100011 | 1000001 |
Color Harmonies of #FEF94E
Complementary color
Monochromatic Colors of #FEF94E
Black with #FEF94E
Text Example
Text Example
White with #FEF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF94E; }
p { color: rgb(254,249,78); }
H1.HeaderClassName
{
color: #FEF94E;
}
.AnyTagClassName
{
color: #FEF94E;
}
</style>
background-color css
<style>
a { background-color: #FEF94E; }
a { background-color: rgb(254,249,78); }
div.DivClassName
{
background-color: #FEF94E;
}
.BgClassName
{
background-color: #FEF94E;
}
</style>
border-color css
<style>
span { border-color: #FEF94E; }
span { border-color: rgb(254,249,78); }
td.TdClassName
{
border-color: #FEF94E;
}
.TagClassName
{
border-color: #FEF94E;
}
</style>