Shades of Paris Daisy #FEF14E
Tints of Paris Daisy #FEF14E
RGB
CMYK
RGB Variations
Color information
#FEF14E (or 0xFEF14E) is known color: Paris Daisy. HEX triplet: FE, F1 and 4E. RGB value is (254,241,78). Sum of RGB (Red+Green+Blue) = 254+241+78=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 78 (30.86% from 255 or 13.61% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF14E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF14E is #010EB1. Grayscale: #E2E2E2. Windows color (decimal): -69298 or 5173758. OLE color: 5173758.
HSL color Cylindrical-coordinate representation of color #FEF14E: hue angle of 55.57º 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 #FEF14E is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 78 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.00 |
| HSL | 55.57º | 0.99% | 0.65% | - |
| HSV(B) | 55.57º | 0.69% | 1% | - |
| XYZ | 73.7 | 84.53 | 19.64 | - |
| YUV | 226.31 | 44.31 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 78 | 0 | 0.05 | 0.69 | 0.00 | 55.57 | 0.99 | 0.65 |
| Hex | FE | F1 | 4E | 0 | 5 | 45 | 0 | 38 | 63 | 41 |
| Octal | 376 | 361 | 116 | 0 | 5 | 105 | 0 | 70 | 143 | 101 |
| Binary | 11111110 | 11110001 | 1001110 | 0 | 101 | 1000101 | 0 | 111000 | 1100011 | 1000001 |
Color Harmonies of #FEF14E
Complementary color
Monochromatic Colors of #FEF14E
Black with #FEF14E
Text Example
Text Example
White with #FEF14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF14E; }
p { color: rgb(254,241,78); }
H1.HeaderClassName
{
color: #FEF14E;
}
.AnyTagClassName
{
color: #FEF14E;
}
</style>
background-color css
<style>
a { background-color: #FEF14E; }
a { background-color: rgb(254,241,78); }
div.DivClassName
{
background-color: #FEF14E;
}
.BgClassName
{
background-color: #FEF14E;
}
</style>
border-color css
<style>
span { border-color: #FEF14E; }
span { border-color: rgb(254,241,78); }
td.TdClassName
{
border-color: #FEF14E;
}
.TagClassName
{
border-color: #FEF14E;
}
</style>