Shades of Paris Daisy #FEFA4C
Tints of Paris Daisy #FEFA4C
RGB
CMYK
RGB Variations
Color information
#FEFA4C (or 0xFEFA4C) is known color: Paris Daisy. HEX triplet: FE, FA and 4C. RGB value is (254,250,76). Sum of RGB (Red+Green+Blue) = 254+250+76=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 76 (30.08% from 255 or 13.10% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA4C is #0105B3. Grayscale: #E8E8E8. Windows color (decimal): -66996 or 5044990. OLE color: 5044990.
HSL color Cylindrical-coordinate representation of color #FEFA4C: hue angle of 58.65º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEFA4C is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 76 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.00 |
| HSL | 58.65º | 0.99% | 0.65% | - |
| HSV(B) | 58.65º | 0.7% | 1% | - |
| XYZ | 76.36 | 89.96 | 20.18 | - |
| YUV | 231.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 76 | 0 | 0.02 | 0.70 | 0.00 | 58.65 | 0.99 | 0.65 |
| Hex | FE | FA | 4C | 0 | 2 | 46 | 0 | 3B | 63 | 41 |
| Octal | 376 | 372 | 114 | 0 | 2 | 106 | 0 | 73 | 143 | 101 |
| Binary | 11111110 | 11111010 | 1001100 | 0 | 10 | 1000110 | 0 | 111011 | 1100011 | 1000001 |
Color Harmonies of #FEFA4C
Complementary color
Monochromatic Colors of #FEFA4C
Black with #FEFA4C
Text Example
Text Example
White with #FEFA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA4C; }
p { color: rgb(254,250,76); }
H1.HeaderClassName
{
color: #FEFA4C;
}
.AnyTagClassName
{
color: #FEFA4C;
}
</style>
background-color css
<style>
a { background-color: #FEFA4C; }
a { background-color: rgb(254,250,76); }
div.DivClassName
{
background-color: #FEFA4C;
}
.BgClassName
{
background-color: #FEFA4C;
}
</style>
border-color css
<style>
span { border-color: #FEFA4C; }
span { border-color: rgb(254,250,76); }
td.TdClassName
{
border-color: #FEFA4C;
}
.TagClassName
{
border-color: #FEFA4C;
}
</style>