Shades of Paris Daisy #FEFA53
Tints of Paris Daisy #FEFA53
RGB
CMYK
RGB Variations
Color information
#FEFA53 (or 0xFEFA53) is known color: Paris Daisy. HEX triplet: FE, FA and 53. RGB value is (254,250,83). Sum of RGB (Red+Green+Blue) = 254+250+83=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 83 (32.81% from 255 or 14.14% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA53 is #0105AC. Grayscale: #E8E8E8. Windows color (decimal): -66989 or 5503742. OLE color: 5503742.
HSL color Cylindrical-coordinate representation of color #FEFA53: hue angle of 58.6º 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 #FEFA53 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 83 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.00 |
| HSL | 58.6º | 0.99% | 0.66% | - |
| HSV(B) | 58.6º | 0.67% | 1% | - |
| XYZ | 76.62 | 90.07 | 21.53 | - |
| YUV | 232.16 | 43.83 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 83 | 0 | 0.02 | 0.67 | 0.00 | 58.6 | 0.99 | 0.66 |
| Hex | FE | FA | 53 | 0 | 2 | 43 | 0 | 3B | 63 | 42 |
| Octal | 376 | 372 | 123 | 0 | 2 | 103 | 0 | 73 | 143 | 102 |
| Binary | 11111110 | 11111010 | 1010011 | 0 | 10 | 1000011 | 0 | 111011 | 1100011 | 1000010 |
Color Harmonies of #FEFA53
Complementary color
Monochromatic Colors of #FEFA53
Black with #FEFA53
Text Example
Text Example
White with #FEFA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA53; }
p { color: rgb(254,250,83); }
H1.HeaderClassName
{
color: #FEFA53;
}
.AnyTagClassName
{
color: #FEFA53;
}
</style>
background-color css
<style>
a { background-color: #FEFA53; }
a { background-color: rgb(254,250,83); }
div.DivClassName
{
background-color: #FEFA53;
}
.BgClassName
{
background-color: #FEFA53;
}
</style>
border-color css
<style>
span { border-color: #FEFA53; }
span { border-color: rgb(254,250,83); }
td.TdClassName
{
border-color: #FEFA53;
}
.TagClassName
{
border-color: #FEFA53;
}
</style>