Shades of Paris Daisy #FEFA54
Tints of Paris Daisy #FEFA54
RGB
CMYK
RGB Variations
Color information
#FEFA54 (or 0xFEFA54) is known color: Paris Daisy. HEX triplet: FE, FA and 54. RGB value is (254,250,84). Sum of RGB (Red+Green+Blue) = 254+250+84=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 84 (33.20% from 255 or 14.29% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA54 is #0105AB. Grayscale: #E8E8E8. Windows color (decimal): -66988 or 5569278. OLE color: 5569278.
HSL color Cylindrical-coordinate representation of color #FEFA54: hue angle of 58.59º 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 #FEFA54 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 84 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.00 |
| HSL | 58.59º | 0.99% | 0.66% | - |
| HSV(B) | 58.59º | 0.67% | 1% | - |
| XYZ | 76.66 | 90.08 | 21.73 | - |
| YUV | 232.27 | 44.33 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 84 | 0 | 0.02 | 0.67 | 0.00 | 58.59 | 0.99 | 0.66 |
| Hex | FE | FA | 54 | 0 | 2 | 43 | 0 | 3B | 63 | 42 |
| Octal | 376 | 372 | 124 | 0 | 2 | 103 | 0 | 73 | 143 | 102 |
| Binary | 11111110 | 11111010 | 1010100 | 0 | 10 | 1000011 | 0 | 111011 | 1100011 | 1000010 |
Color Harmonies of #FEFA54
Complementary color
Monochromatic Colors of #FEFA54
Black with #FEFA54
Text Example
Text Example
White with #FEFA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA54; }
p { color: rgb(254,250,84); }
H1.HeaderClassName
{
color: #FEFA54;
}
.AnyTagClassName
{
color: #FEFA54;
}
</style>
background-color css
<style>
a { background-color: #FEFA54; }
a { background-color: rgb(254,250,84); }
div.DivClassName
{
background-color: #FEFA54;
}
.BgClassName
{
background-color: #FEFA54;
}
</style>
border-color css
<style>
span { border-color: #FEFA54; }
span { border-color: rgb(254,250,84); }
td.TdClassName
{
border-color: #FEFA54;
}
.TagClassName
{
border-color: #FEFA54;
}
</style>