Shades of Paris Daisy #FEFA55
Tints of Paris Daisy #FEFA55
RGB
CMYK
RGB Variations
Color information
#FEFA55 (or 0xFEFA55) is known color: Paris Daisy. HEX triplet: FE, FA and 55. RGB value is (254,250,85). Sum of RGB (Red+Green+Blue) = 254+250+85=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 85 (33.59% from 255 or 14.43% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA55 is #0105AA. Grayscale: #E9E9E9. Windows color (decimal): -66987 or 5634814. OLE color: 5634814.
HSL color Cylindrical-coordinate representation of color #FEFA55: hue angle of 58.58º 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 #FEFA55 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 85 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.00 |
| HSL | 58.58º | 0.99% | 0.66% | - |
| HSV(B) | 58.58º | 0.67% | 1% | - |
| XYZ | 76.7 | 90.1 | 21.94 | - |
| YUV | 232.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 85 | 0 | 0.02 | 0.67 | 0.00 | 58.58 | 0.99 | 0.66 |
| Hex | FE | FA | 55 | 0 | 2 | 43 | 0 | 3B | 63 | 42 |
| Octal | 376 | 372 | 125 | 0 | 2 | 103 | 0 | 73 | 143 | 102 |
| Binary | 11111110 | 11111010 | 1010101 | 0 | 10 | 1000011 | 0 | 111011 | 1100011 | 1000010 |
Color Harmonies of #FEFA55
Complementary color
Monochromatic Colors of #FEFA55
Black with #FEFA55
Text Example
Text Example
White with #FEFA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA55; }
p { color: rgb(254,250,85); }
H1.HeaderClassName
{
color: #FEFA55;
}
.AnyTagClassName
{
color: #FEFA55;
}
</style>
background-color css
<style>
a { background-color: #FEFA55; }
a { background-color: rgb(254,250,85); }
div.DivClassName
{
background-color: #FEFA55;
}
.BgClassName
{
background-color: #FEFA55;
}
</style>
border-color css
<style>
span { border-color: #FEFA55; }
span { border-color: rgb(254,250,85); }
td.TdClassName
{
border-color: #FEFA55;
}
.TagClassName
{
border-color: #FEFA55;
}
</style>