Shades of Paris Daisy #FEF154
Tints of Paris Daisy #FEF154
RGB
CMYK
RGB Variations
Color information
#FEF154 (or 0xFEF154) is known color: Paris Daisy. HEX triplet: FE, F1 and 54. RGB value is (254,241,84). Sum of RGB (Red+Green+Blue) = 254+241+84=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 84 (33.20% from 255 or 14.51% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF154 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF154 is #010EAB. Grayscale: #E3E3E3. Windows color (decimal): -69292 or 5566974. OLE color: 5566974.
HSL color Cylindrical-coordinate representation of color #FEF154: hue angle of 55.41º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEF154 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 84 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.00 |
| HSL | 55.41º | 0.99% | 0.66% | - |
| HSV(B) | 55.41º | 0.67% | 1% | - |
| XYZ | 73.93 | 84.62 | 20.82 | - |
| YUV | 226.99 | 47.31 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 84 | 0 | 0.05 | 0.67 | 0.00 | 55.41 | 0.99 | 0.66 |
| Hex | FE | F1 | 54 | 0 | 5 | 43 | 0 | 37 | 63 | 42 |
| Octal | 376 | 361 | 124 | 0 | 5 | 103 | 0 | 67 | 143 | 102 |
| Binary | 11111110 | 11110001 | 1010100 | 0 | 101 | 1000011 | 0 | 110111 | 1100011 | 1000010 |
Color Harmonies of #FEF154
Complementary color
Monochromatic Colors of #FEF154
Black with #FEF154
Text Example
Text Example
White with #FEF154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF154; }
p { color: rgb(254,241,84); }
H1.HeaderClassName
{
color: #FEF154;
}
.AnyTagClassName
{
color: #FEF154;
}
</style>
background-color css
<style>
a { background-color: #FEF154; }
a { background-color: rgb(254,241,84); }
div.DivClassName
{
background-color: #FEF154;
}
.BgClassName
{
background-color: #FEF154;
}
</style>
border-color css
<style>
span { border-color: #FEF154; }
span { border-color: rgb(254,241,84); }
td.TdClassName
{
border-color: #FEF154;
}
.TagClassName
{
border-color: #FEF154;
}
</style>