Shades of Paris Daisy #FEFF3C
Tints of Paris Daisy #FEFF3C
RGB
CMYK
RGB Variations
Color information
#FEFF3C (or 0xFEFF3C) is known color: Paris Daisy. HEX triplet: FE, FF and 3C. RGB value is (254,255,60). Sum of RGB (Red+Green+Blue) = 254+255+60=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 60 (23.83% from 255 or 10.54% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF3C is #0100C3. Grayscale: #E9E9E9. Windows color (decimal): -65732 or 3997694. OLE color: 3997694.
HSL color Cylindrical-coordinate representation of color #FEFF3C: 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 #FEFF3C is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 60 | - |
| CMYK | 0.00 | 0 | 0.76 | 0 |
| HSL | 60.31º | 1% | 0.62% | - |
| HSV(B) | 60.31º | 0.76% | 1% | - |
| XYZ | 77.45 | 92.92 | 18.13 | - |
| YUV | 232.47 | 30.67 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 60 | 0.00 | 0 | 0.76 | 0 | 60.31 | 1 | 0.62 |
| Hex | FE | FF | 3C | 0 | 0 | 4C | 0 | 3C | 64 | 3E |
| Octal | 376 | 377 | 74 | 0 | 0 | 114 | 0 | 74 | 144 | 76 |
| Binary | 11111110 | 11111111 | 111100 | 0 | 0 | 1001100 | 0 | 111100 | 1100100 | 111110 |
Color Harmonies of #FEFF3C
Complementary color
Monochromatic Colors of #FEFF3C
Black with #FEFF3C
Text Example
Text Example
White with #FEFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF3C; }
p { color: rgb(254,255,60); }
H1.HeaderClassName
{
color: #FEFF3C;
}
.AnyTagClassName
{
color: #FEFF3C;
}
</style>
background-color css
<style>
a { background-color: #FEFF3C; }
a { background-color: rgb(254,255,60); }
div.DivClassName
{
background-color: #FEFF3C;
}
.BgClassName
{
background-color: #FEFF3C;
}
</style>
border-color css
<style>
span { border-color: #FEFF3C; }
span { border-color: rgb(254,255,60); }
td.TdClassName
{
border-color: #FEFF3C;
}
.TagClassName
{
border-color: #FEFF3C;
}
</style>