Shades of Paris Daisy #FEF254
Tints of Paris Daisy #FEF254
RGB
CMYK
RGB Variations
Color information
#FEF254 (or 0xFEF254) is known color: Paris Daisy. HEX triplet: FE, F2 and 54. RGB value is (254,242,84). Sum of RGB (Red+Green+Blue) = 254+242+84=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 84 (33.20% from 255 or 14.48% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF254 is #010DAB. Grayscale: #E4E4E4. Windows color (decimal): -69036 or 5567230. OLE color: 5567230.
HSL color Cylindrical-coordinate representation of color #FEF254: hue angle of 55.76º 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 #FEF254 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 84 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.00 |
| HSL | 55.76º | 0.99% | 0.66% | - |
| HSV(B) | 55.76º | 0.67% | 1% | - |
| XYZ | 74.23 | 85.22 | 20.92 | - |
| YUV | 227.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 84 | 0 | 0.05 | 0.67 | 0.00 | 55.76 | 0.99 | 0.66 |
| Hex | FE | F2 | 54 | 0 | 5 | 43 | 0 | 38 | 63 | 42 |
| Octal | 376 | 362 | 124 | 0 | 5 | 103 | 0 | 70 | 143 | 102 |
| Binary | 11111110 | 11110010 | 1010100 | 0 | 101 | 1000011 | 0 | 111000 | 1100011 | 1000010 |
Color Harmonies of #FEF254
Complementary color
Monochromatic Colors of #FEF254
Black with #FEF254
Text Example
Text Example
White with #FEF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF254; }
p { color: rgb(254,242,84); }
H1.HeaderClassName
{
color: #FEF254;
}
.AnyTagClassName
{
color: #FEF254;
}
</style>
background-color css
<style>
a { background-color: #FEF254; }
a { background-color: rgb(254,242,84); }
div.DivClassName
{
background-color: #FEF254;
}
.BgClassName
{
background-color: #FEF254;
}
</style>
border-color css
<style>
span { border-color: #FEF254; }
span { border-color: rgb(254,242,84); }
td.TdClassName
{
border-color: #FEF254;
}
.TagClassName
{
border-color: #FEF254;
}
</style>