Shades of Paris Daisy #FEFF3E
Tints of Paris Daisy #FEFF3E
RGB
CMYK
RGB Variations
Color information
#FEFF3E (or 0xFEFF3E) is known color: Paris Daisy. HEX triplet: FE, FF and 3E. RGB value is (254,255,62). Sum of RGB (Red+Green+Blue) = 254+255+62=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 62 (24.61% from 255 or 10.86% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF3E is #0100C1. Grayscale: #E9E9E9. Windows color (decimal): -65730 or 4128766. OLE color: 4128766.
HSL color Cylindrical-coordinate representation of color #FEFF3E: hue angle of 60.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEFF3E is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 62 | - |
| CMYK | 0.00 | 0 | 0.76 | 0 |
| HSL | 60.31º | 1% | 0.62% | - |
| HSV(B) | 60.31º | 0.76% | 1% | - |
| XYZ | 77.5 | 92.94 | 18.41 | - |
| YUV | 232.7 | 31.67 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 62 | 0.00 | 0 | 0.76 | 0 | 60.31 | 1 | 0.62 |
| Hex | FE | FF | 3E | 0 | 0 | 4C | 0 | 3C | 64 | 3E |
| Octal | 376 | 377 | 76 | 0 | 0 | 114 | 0 | 74 | 144 | 76 |
| Binary | 11111110 | 11111111 | 111110 | 0 | 0 | 1001100 | 0 | 111100 | 1100100 | 111110 |
Color Harmonies of #FEFF3E
Complementary color
Monochromatic Colors of #FEFF3E
Black with #FEFF3E
Text Example
Text Example
White with #FEFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF3E; }
p { color: rgb(254,255,62); }
H1.HeaderClassName
{
color: #FEFF3E;
}
.AnyTagClassName
{
color: #FEFF3E;
}
</style>
background-color css
<style>
a { background-color: #FEFF3E; }
a { background-color: rgb(254,255,62); }
div.DivClassName
{
background-color: #FEFF3E;
}
.BgClassName
{
background-color: #FEFF3E;
}
</style>
border-color css
<style>
span { border-color: #FEFF3E; }
span { border-color: rgb(254,255,62); }
td.TdClassName
{
border-color: #FEFF3E;
}
.TagClassName
{
border-color: #FEFF3E;
}
</style>