Shades of Paris Daisy #FEFC45
Tints of Paris Daisy #FEFC45
RGB
CMYK
RGB Variations
Color information
#FEFC45 (or 0xFEFC45) is known color: Paris Daisy. HEX triplet: FE, FC and 45. RGB value is (254,252,69). Sum of RGB (Red+Green+Blue) = 254+252+69=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 69 (27.34% from 255 or 12% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC45 is #0103BA. Grayscale: #E8E8E8. Windows color (decimal): -66491 or 4586750. OLE color: 4586750.
HSL color Cylindrical-coordinate representation of color #FEFC45: hue angle of 59.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEFC45 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 69 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.00 |
| HSL | 59.35º | 0.99% | 0.63% | - |
| HSV(B) | 59.35º | 0.73% | 1% | - |
| XYZ | 76.76 | 91.12 | 19.17 | - |
| YUV | 231.74 | 36.16 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 69 | 0 | 0.01 | 0.73 | 0.00 | 59.35 | 0.99 | 0.63 |
| Hex | FE | FC | 45 | 0 | 1 | 49 | 0 | 3B | 63 | 3F |
| Octal | 376 | 374 | 105 | 0 | 1 | 111 | 0 | 73 | 143 | 77 |
| Binary | 11111110 | 11111100 | 1000101 | 0 | 1 | 1001001 | 0 | 111011 | 1100011 | 111111 |
Color Harmonies of #FEFC45
Complementary color
Monochromatic Colors of #FEFC45
Black with #FEFC45
Text Example
Text Example
White with #FEFC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC45; }
p { color: rgb(254,252,69); }
H1.HeaderClassName
{
color: #FEFC45;
}
.AnyTagClassName
{
color: #FEFC45;
}
</style>
background-color css
<style>
a { background-color: #FEFC45; }
a { background-color: rgb(254,252,69); }
div.DivClassName
{
background-color: #FEFC45;
}
.BgClassName
{
background-color: #FEFC45;
}
</style>
border-color css
<style>
span { border-color: #FEFC45; }
span { border-color: rgb(254,252,69); }
td.TdClassName
{
border-color: #FEFC45;
}
.TagClassName
{
border-color: #FEFC45;
}
</style>