Shades of Paris Daisy #FEFF4C
Tints of Paris Daisy #FEFF4C
RGB
CMYK
RGB Variations
Color information
#FEFF4C (or 0xFEFF4C) is known color: Paris Daisy. HEX triplet: FE, FF and 4C. RGB value is (254,255,76). Sum of RGB (Red+Green+Blue) = 254+255+76=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 76 (30.08% from 255 or 12.99% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF4C is #0100B3. Grayscale: #EBEBEB. Windows color (decimal): -65716 or 5046270. OLE color: 5046270.
HSL color Cylindrical-coordinate representation of color #FEFF4C: hue angle of 60.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEFF4C is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 76 | - |
| CMYK | 0.00 | 0 | 0.70 | 0 |
| HSL | 60.34º | 1% | 0.65% | - |
| HSV(B) | 60.34º | 0.7% | 1% | - |
| XYZ | 77.94 | 93.11 | 20.7 | - |
| YUV | 234.3 | 38.67 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 76 | 0.00 | 0 | 0.70 | 0 | 60.34 | 1 | 0.65 |
| Hex | FE | FF | 4C | 0 | 0 | 46 | 0 | 3C | 64 | 41 |
| Octal | 376 | 377 | 114 | 0 | 0 | 106 | 0 | 74 | 144 | 101 |
| Binary | 11111110 | 11111111 | 1001100 | 0 | 0 | 1000110 | 0 | 111100 | 1100100 | 1000001 |
Color Harmonies of #FEFF4C
Complementary color
Monochromatic Colors of #FEFF4C
Black with #FEFF4C
Text Example
Text Example
White with #FEFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF4C; }
p { color: rgb(254,255,76); }
H1.HeaderClassName
{
color: #FEFF4C;
}
.AnyTagClassName
{
color: #FEFF4C;
}
</style>
background-color css
<style>
a { background-color: #FEFF4C; }
a { background-color: rgb(254,255,76); }
div.DivClassName
{
background-color: #FEFF4C;
}
.BgClassName
{
background-color: #FEFF4C;
}
</style>
border-color css
<style>
span { border-color: #FEFF4C; }
span { border-color: rgb(254,255,76); }
td.TdClassName
{
border-color: #FEFF4C;
}
.TagClassName
{
border-color: #FEFF4C;
}
</style>