Shades of Paris Daisy #FEF14C
Tints of Paris Daisy #FEF14C
RGB
CMYK
RGB Variations
Color information
#FEF14C (or 0xFEF14C) is known color: Paris Daisy. HEX triplet: FE, F1 and 4C. RGB value is (254,241,76). Sum of RGB (Red+Green+Blue) = 254+241+76=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 76 (30.08% from 255 or 13.31% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF14C is #010EB3. Grayscale: #E2E2E2. Windows color (decimal): -69300 or 5042686. OLE color: 5042686.
HSL color Cylindrical-coordinate representation of color #FEF14C: hue angle of 55.62º 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 #FEF14C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 76 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.00 |
| HSL | 55.62º | 0.99% | 0.65% | - |
| HSV(B) | 55.62º | 0.7% | 1% | - |
| XYZ | 73.63 | 84.5 | 19.27 | - |
| YUV | 226.08 | 43.31 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 76 | 0 | 0.05 | 0.70 | 0.00 | 55.62 | 0.99 | 0.65 |
| Hex | FE | F1 | 4C | 0 | 5 | 46 | 0 | 38 | 63 | 41 |
| Octal | 376 | 361 | 114 | 0 | 5 | 106 | 0 | 70 | 143 | 101 |
| Binary | 11111110 | 11110001 | 1001100 | 0 | 101 | 1000110 | 0 | 111000 | 1100011 | 1000001 |
Color Harmonies of #FEF14C
Complementary color
Monochromatic Colors of #FEF14C
Black with #FEF14C
Text Example
Text Example
White with #FEF14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF14C; }
p { color: rgb(254,241,76); }
H1.HeaderClassName
{
color: #FEF14C;
}
.AnyTagClassName
{
color: #FEF14C;
}
</style>
background-color css
<style>
a { background-color: #FEF14C; }
a { background-color: rgb(254,241,76); }
div.DivClassName
{
background-color: #FEF14C;
}
.BgClassName
{
background-color: #FEF14C;
}
</style>
border-color css
<style>
span { border-color: #FEF14C; }
span { border-color: rgb(254,241,76); }
td.TdClassName
{
border-color: #FEF14C;
}
.TagClassName
{
border-color: #FEF14C;
}
</style>