Shades of Paris Daisy #FEF354
Tints of Paris Daisy #FEF354
RGB
CMYK
RGB Variations
Color information
#FEF354 (or 0xFEF354) is known color: Paris Daisy. HEX triplet: FE, F3 and 54. RGB value is (254,243,84). Sum of RGB (Red+Green+Blue) = 254+243+84=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 84 (33.20% from 255 or 14.46% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF354 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF354 is #010CAB. Grayscale: #E4E4E4. Windows color (decimal): -68780 or 5567486. OLE color: 5567486.
HSL color Cylindrical-coordinate representation of color #FEF354: hue angle of 56.12º 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 #FEF354 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 84 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.00 |
| HSL | 56.12º | 0.99% | 0.66% | - |
| HSV(B) | 56.12º | 0.67% | 1% | - |
| XYZ | 74.52 | 85.81 | 21.02 | - |
| YUV | 228.16 | 46.64 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 84 | 0 | 0.04 | 0.67 | 0.00 | 56.12 | 0.99 | 0.66 |
| Hex | FE | F3 | 54 | 0 | 4 | 43 | 0 | 38 | 63 | 42 |
| Octal | 376 | 363 | 124 | 0 | 4 | 103 | 0 | 70 | 143 | 102 |
| Binary | 11111110 | 11110011 | 1010100 | 0 | 100 | 1000011 | 0 | 111000 | 1100011 | 1000010 |
Color Harmonies of #FEF354
Complementary color
Monochromatic Colors of #FEF354
Black with #FEF354
Text Example
Text Example
White with #FEF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF354; }
p { color: rgb(254,243,84); }
H1.HeaderClassName
{
color: #FEF354;
}
.AnyTagClassName
{
color: #FEF354;
}
</style>
background-color css
<style>
a { background-color: #FEF354; }
a { background-color: rgb(254,243,84); }
div.DivClassName
{
background-color: #FEF354;
}
.BgClassName
{
background-color: #FEF354;
}
</style>
border-color css
<style>
span { border-color: #FEF354; }
span { border-color: rgb(254,243,84); }
td.TdClassName
{
border-color: #FEF354;
}
.TagClassName
{
border-color: #FEF354;
}
</style>