Shades of Paris Daisy #FEF054
Tints of Paris Daisy #FEF054
RGB
CMYK
RGB Variations
Color information
#FEF054 (or 0xFEF054) is known color: Paris Daisy. HEX triplet: FE, F0 and 54. RGB value is (254,240,84). Sum of RGB (Red+Green+Blue) = 254+240+84=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 84 (33.20% from 255 or 14.53% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF054 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF054 is #010FAB. Grayscale: #E3E3E3. Windows color (decimal): -69548 or 5566718. OLE color: 5566718.
HSL color Cylindrical-coordinate representation of color #FEF054: hue angle of 55.06º 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 #FEF054 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 84 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.00 |
| HSL | 55.06º | 0.99% | 0.66% | - |
| HSV(B) | 55.06º | 0.67% | 1% | - |
| XYZ | 73.63 | 84.03 | 20.73 | - |
| YUV | 226.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 84 | 0 | 0.06 | 0.67 | 0.00 | 55.06 | 0.99 | 0.66 |
| Hex | FE | F0 | 54 | 0 | 6 | 43 | 0 | 37 | 63 | 42 |
| Octal | 376 | 360 | 124 | 0 | 6 | 103 | 0 | 67 | 143 | 102 |
| Binary | 11111110 | 11110000 | 1010100 | 0 | 110 | 1000011 | 0 | 110111 | 1100011 | 1000010 |
Color Harmonies of #FEF054
Complementary color
Monochromatic Colors of #FEF054
Black with #FEF054
Text Example
Text Example
White with #FEF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF054; }
p { color: rgb(254,240,84); }
H1.HeaderClassName
{
color: #FEF054;
}
.AnyTagClassName
{
color: #FEF054;
}
</style>
background-color css
<style>
a { background-color: #FEF054; }
a { background-color: rgb(254,240,84); }
div.DivClassName
{
background-color: #FEF054;
}
.BgClassName
{
background-color: #FEF054;
}
</style>
border-color css
<style>
span { border-color: #FEF054; }
span { border-color: rgb(254,240,84); }
td.TdClassName
{
border-color: #FEF054;
}
.TagClassName
{
border-color: #FEF054;
}
</style>