Shades of Paris Daisy #FEFC53
Tints of Paris Daisy #FEFC53
RGB
CMYK
RGB Variations
Color information
#FEFC53 (or 0xFEFC53) is known color: Paris Daisy. HEX triplet: FE, FC and 53. RGB value is (254,252,83). Sum of RGB (Red+Green+Blue) = 254+252+83=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 83 (32.81% from 255 or 14.09% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC53 is #0103AC. Grayscale: #EAEAEA. Windows color (decimal): -66477 or 5504254. OLE color: 5504254.
HSL color Cylindrical-coordinate representation of color #FEFC53: hue angle of 59.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEFC53 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 83 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.00 |
| HSL | 59.3º | 0.99% | 0.66% | - |
| HSV(B) | 59.3º | 0.67% | 1% | - |
| XYZ | 77.24 | 91.32 | 21.74 | - |
| YUV | 233.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 83 | 0 | 0.01 | 0.67 | 0.00 | 59.3 | 0.99 | 0.66 |
| Hex | FE | FC | 53 | 0 | 1 | 43 | 0 | 3B | 63 | 42 |
| Octal | 376 | 374 | 123 | 0 | 1 | 103 | 0 | 73 | 143 | 102 |
| Binary | 11111110 | 11111100 | 1010011 | 0 | 1 | 1000011 | 0 | 111011 | 1100011 | 1000010 |
Color Harmonies of #FEFC53
Complementary color
Monochromatic Colors of #FEFC53
Black with #FEFC53
Text Example
Text Example
White with #FEFC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC53; }
p { color: rgb(254,252,83); }
H1.HeaderClassName
{
color: #FEFC53;
}
.AnyTagClassName
{
color: #FEFC53;
}
</style>
background-color css
<style>
a { background-color: #FEFC53; }
a { background-color: rgb(254,252,83); }
div.DivClassName
{
background-color: #FEFC53;
}
.BgClassName
{
background-color: #FEFC53;
}
</style>
border-color css
<style>
span { border-color: #FEFC53; }
span { border-color: rgb(254,252,83); }
td.TdClassName
{
border-color: #FEFC53;
}
.TagClassName
{
border-color: #FEFC53;
}
</style>