Shades of Paris Daisy #FEFC3C
Tints of Paris Daisy #FEFC3C
RGB
CMYK
RGB Variations
Color information
#FEFC3C (or 0xFEFC3C) is known color: Paris Daisy. HEX triplet: FE, FC and 3C. RGB value is (254,252,60). Sum of RGB (Red+Green+Blue) = 254+252+60=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 60 (23.83% from 255 or 10.60% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC3C is #0103C3. Grayscale: #E7E7E7. Windows color (decimal): -66500 or 3996926. OLE color: 3996926.
HSL color Cylindrical-coordinate representation of color #FEFC3C: 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 #FEFC3C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 60 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.00 |
| HSL | 59.38º | 0.99% | 0.62% | - |
| HSV(B) | 59.38º | 0.76% | 1% | - |
| XYZ | 76.5 | 91.02 | 17.81 | - |
| YUV | 230.71 | 31.66 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 60 | 0 | 0.01 | 0.76 | 0.00 | 59.38 | 0.99 | 0.62 |
| Hex | FE | FC | 3C | 0 | 1 | 4C | 0 | 3B | 63 | 3E |
| Octal | 376 | 374 | 74 | 0 | 1 | 114 | 0 | 73 | 143 | 76 |
| Binary | 11111110 | 11111100 | 111100 | 0 | 1 | 1001100 | 0 | 111011 | 1100011 | 111110 |
Color Harmonies of #FEFC3C
Complementary color
Monochromatic Colors of #FEFC3C
Black with #FEFC3C
Text Example
Text Example
White with #FEFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC3C; }
p { color: rgb(254,252,60); }
H1.HeaderClassName
{
color: #FEFC3C;
}
.AnyTagClassName
{
color: #FEFC3C;
}
</style>
background-color css
<style>
a { background-color: #FEFC3C; }
a { background-color: rgb(254,252,60); }
div.DivClassName
{
background-color: #FEFC3C;
}
.BgClassName
{
background-color: #FEFC3C;
}
</style>
border-color css
<style>
span { border-color: #FEFC3C; }
span { border-color: rgb(254,252,60); }
td.TdClassName
{
border-color: #FEFC3C;
}
.TagClassName
{
border-color: #FEFC3C;
}
</style>