Shades of Paris Daisy #FEF854
Tints of Paris Daisy #FEF854
RGB
CMYK
RGB Variations
Color information
#FEF854 (or 0xFEF854) is known color: Paris Daisy. HEX triplet: FE, F8 and 54. RGB value is (254,248,84). Sum of RGB (Red+Green+Blue) = 254+248+84=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 84 (33.20% from 255 or 14.33% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF854 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF854 is #0107AB. Grayscale: #E7E7E7. Windows color (decimal): -67500 or 5568766. OLE color: 5568766.
HSL color Cylindrical-coordinate representation of color #FEF854: hue angle of 57.88º 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 #FEF854 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 84 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.00 |
| HSL | 57.88º | 0.99% | 0.66% | - |
| HSV(B) | 57.88º | 0.67% | 1% | - |
| XYZ | 76.04 | 88.85 | 21.53 | - |
| YUV | 231.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 84 | 0 | 0.02 | 0.67 | 0.00 | 57.88 | 0.99 | 0.66 |
| Hex | FE | F8 | 54 | 0 | 2 | 43 | 0 | 3A | 63 | 42 |
| Octal | 376 | 370 | 124 | 0 | 2 | 103 | 0 | 72 | 143 | 102 |
| Binary | 11111110 | 11111000 | 1010100 | 0 | 10 | 1000011 | 0 | 111010 | 1100011 | 1000010 |
Color Harmonies of #FEF854
Complementary color
Monochromatic Colors of #FEF854
Black with #FEF854
Text Example
Text Example
White with #FEF854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF854; }
p { color: rgb(254,248,84); }
H1.HeaderClassName
{
color: #FEF854;
}
.AnyTagClassName
{
color: #FEF854;
}
</style>
background-color css
<style>
a { background-color: #FEF854; }
a { background-color: rgb(254,248,84); }
div.DivClassName
{
background-color: #FEF854;
}
.BgClassName
{
background-color: #FEF854;
}
</style>
border-color css
<style>
span { border-color: #FEF854; }
span { border-color: rgb(254,248,84); }
td.TdClassName
{
border-color: #FEF854;
}
.TagClassName
{
border-color: #FEF854;
}
</style>