Shades of Paris Daisy #FEF755
Tints of Paris Daisy #FEF755
RGB
CMYK
RGB Variations
Color information
#FEF755 (or 0xFEF755) is known color: Paris Daisy. HEX triplet: FE, F7 and 55. RGB value is (254,247,85). Sum of RGB (Red+Green+Blue) = 254+247+85=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 85 (33.59% from 255 or 14.51% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF755 is #0108AA. Grayscale: #E7E7E7. Windows color (decimal): -67755 or 5634046. OLE color: 5634046.
HSL color Cylindrical-coordinate representation of color #FEF755: hue angle of 57.51º 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 #FEF755 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 85 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.00 |
| HSL | 57.51º | 0.99% | 0.66% | - |
| HSV(B) | 57.51º | 0.67% | 1% | - |
| XYZ | 75.77 | 88.25 | 21.63 | - |
| YUV | 230.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 85 | 0 | 0.03 | 0.67 | 0.00 | 57.51 | 0.99 | 0.66 |
| Hex | FE | F7 | 55 | 0 | 3 | 43 | 0 | 3A | 63 | 42 |
| Octal | 376 | 367 | 125 | 0 | 3 | 103 | 0 | 72 | 143 | 102 |
| Binary | 11111110 | 11110111 | 1010101 | 0 | 11 | 1000011 | 0 | 111010 | 1100011 | 1000010 |
Color Harmonies of #FEF755
Complementary color
Monochromatic Colors of #FEF755
Black with #FEF755
Text Example
Text Example
White with #FEF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF755; }
p { color: rgb(254,247,85); }
H1.HeaderClassName
{
color: #FEF755;
}
.AnyTagClassName
{
color: #FEF755;
}
</style>
background-color css
<style>
a { background-color: #FEF755; }
a { background-color: rgb(254,247,85); }
div.DivClassName
{
background-color: #FEF755;
}
.BgClassName
{
background-color: #FEF755;
}
</style>
border-color css
<style>
span { border-color: #FEF755; }
span { border-color: rgb(254,247,85); }
td.TdClassName
{
border-color: #FEF755;
}
.TagClassName
{
border-color: #FEF755;
}
</style>