Shades of Paris Daisy #FEFA47
Tints of Paris Daisy #FEFA47
RGB
CMYK
RGB Variations
Color information
#FEFA47 (or 0xFEFA47) is known color: Paris Daisy. HEX triplet: FE, FA and 47. RGB value is (254,250,71). Sum of RGB (Red+Green+Blue) = 254+250+71=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 71 (28.12% from 255 or 12.35% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA47 is #0105B8. Grayscale: #E7E7E7. Windows color (decimal): -67001 or 4717310. OLE color: 4717310.
HSL color Cylindrical-coordinate representation of color #FEFA47: hue angle of 58.69º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEFA47 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 71 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.00 |
| HSL | 58.69º | 0.99% | 0.64% | - |
| HSV(B) | 58.69º | 0.72% | 1% | - |
| XYZ | 76.2 | 89.9 | 19.3 | - |
| YUV | 230.79 | 37.83 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 71 | 0 | 0.02 | 0.72 | 0.00 | 58.69 | 0.99 | 0.64 |
| Hex | FE | FA | 47 | 0 | 2 | 48 | 0 | 3B | 63 | 40 |
| Octal | 376 | 372 | 107 | 0 | 2 | 110 | 0 | 73 | 143 | 100 |
| Binary | 11111110 | 11111010 | 1000111 | 0 | 10 | 1001000 | 0 | 111011 | 1100011 | 1000000 |
Color Harmonies of #FEFA47
Complementary color
Monochromatic Colors of #FEFA47
Black with #FEFA47
Text Example
Text Example
White with #FEFA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA47; }
p { color: rgb(254,250,71); }
H1.HeaderClassName
{
color: #FEFA47;
}
.AnyTagClassName
{
color: #FEFA47;
}
</style>
background-color css
<style>
a { background-color: #FEFA47; }
a { background-color: rgb(254,250,71); }
div.DivClassName
{
background-color: #FEFA47;
}
.BgClassName
{
background-color: #FEFA47;
}
</style>
border-color css
<style>
span { border-color: #FEFA47; }
span { border-color: rgb(254,250,71); }
td.TdClassName
{
border-color: #FEFA47;
}
.TagClassName
{
border-color: #FEFA47;
}
</style>