Shades of Paris Daisy #FEFC3E
Tints of Paris Daisy #FEFC3E
RGB
CMYK
RGB Variations
Color information
#FEFC3E (or 0xFEFC3E) is known color: Paris Daisy. HEX triplet: FE, FC and 3E. RGB value is (254,252,62). Sum of RGB (Red+Green+Blue) = 254+252+62=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 62 (24.61% from 255 or 10.92% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC3E is #0103C1. Grayscale: #E7E7E7. Windows color (decimal): -66498 or 4127998. OLE color: 4127998.
HSL color Cylindrical-coordinate representation of color #FEFC3E: hue angle of 59.38º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEFC3E is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 62 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.00 |
| HSL | 59.38º | 0.99% | 0.62% | - |
| HSV(B) | 59.38º | 0.76% | 1% | - |
| XYZ | 76.55 | 91.04 | 18.1 | - |
| YUV | 230.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 62 | 0 | 0.01 | 0.76 | 0.00 | 59.38 | 0.99 | 0.62 |
| Hex | FE | FC | 3E | 0 | 1 | 4C | 0 | 3B | 63 | 3E |
| Octal | 376 | 374 | 76 | 0 | 1 | 114 | 0 | 73 | 143 | 76 |
| Binary | 11111110 | 11111100 | 111110 | 0 | 1 | 1001100 | 0 | 111011 | 1100011 | 111110 |
Color Harmonies of #FEFC3E
Complementary color
Monochromatic Colors of #FEFC3E
Black with #FEFC3E
Text Example
Text Example
White with #FEFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC3E; }
p { color: rgb(254,252,62); }
H1.HeaderClassName
{
color: #FEFC3E;
}
.AnyTagClassName
{
color: #FEFC3E;
}
</style>
background-color css
<style>
a { background-color: #FEFC3E; }
a { background-color: rgb(254,252,62); }
div.DivClassName
{
background-color: #FEFC3E;
}
.BgClassName
{
background-color: #FEFC3E;
}
</style>
border-color css
<style>
span { border-color: #FEFC3E; }
span { border-color: rgb(254,252,62); }
td.TdClassName
{
border-color: #FEFC3E;
}
.TagClassName
{
border-color: #FEFC3E;
}
</style>