Shades of Paris Daisy #FEFA4E
Tints of Paris Daisy #FEFA4E
RGB
CMYK
RGB Variations
Color information
#FEFA4E (or 0xFEFA4E) is known color: Paris Daisy. HEX triplet: FE, FA and 4E. RGB value is (254,250,78). Sum of RGB (Red+Green+Blue) = 254+250+78=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 78 (30.86% from 255 or 13.40% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA4E is #0105B1. Grayscale: #E8E8E8. Windows color (decimal): -66994 or 5176062. OLE color: 5176062.
HSL color Cylindrical-coordinate representation of color #FEFA4E: hue angle of 58.64º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEFA4E is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 78 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.00 |
| HSL | 58.64º | 0.99% | 0.65% | - |
| HSV(B) | 58.64º | 0.69% | 1% | - |
| XYZ | 76.43 | 89.99 | 20.55 | - |
| YUV | 231.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 78 | 0 | 0.02 | 0.69 | 0.00 | 58.64 | 0.99 | 0.65 |
| Hex | FE | FA | 4E | 0 | 2 | 45 | 0 | 3B | 63 | 41 |
| Octal | 376 | 372 | 116 | 0 | 2 | 105 | 0 | 73 | 143 | 101 |
| Binary | 11111110 | 11111010 | 1001110 | 0 | 10 | 1000101 | 0 | 111011 | 1100011 | 1000001 |
Color Harmonies of #FEFA4E
Complementary color
Monochromatic Colors of #FEFA4E
Black with #FEFA4E
Text Example
Text Example
White with #FEFA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA4E; }
p { color: rgb(254,250,78); }
H1.HeaderClassName
{
color: #FEFA4E;
}
.AnyTagClassName
{
color: #FEFA4E;
}
</style>
background-color css
<style>
a { background-color: #FEFA4E; }
a { background-color: rgb(254,250,78); }
div.DivClassName
{
background-color: #FEFA4E;
}
.BgClassName
{
background-color: #FEFA4E;
}
</style>
border-color css
<style>
span { border-color: #FEFA4E; }
span { border-color: rgb(254,250,78); }
td.TdClassName
{
border-color: #FEFA4E;
}
.TagClassName
{
border-color: #FEFA4E;
}
</style>