Shades of Paris Daisy #FEE851
Tints of Paris Daisy #FEE851
RGB
CMYK
RGB Variations
Color information
#FEE851 (or 0xFEE851) is known color: Paris Daisy. HEX triplet: FE, E8 and 51. RGB value is (254,232,81). Sum of RGB (Red+Green+Blue) = 254+232+81=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 81 (32.03% from 255 or 14.29% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE851 is #0117AE. Grayscale: #DDDDDD. Windows color (decimal): -71599 or 5368062. OLE color: 5368062.
HSL color Cylindrical-coordinate representation of color #FEE851: hue angle of 52.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEE851 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 81 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.00 |
| HSL | 52.37º | 0.99% | 0.66% | - |
| HSV(B) | 52.37º | 0.68% | 1% | - |
| XYZ | 71.21 | 79.38 | 19.35 | - |
| YUV | 221.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 81 | 0 | 0.09 | 0.68 | 0.00 | 52.37 | 0.99 | 0.66 |
| Hex | FE | E8 | 51 | 0 | 9 | 44 | 0 | 34 | 63 | 42 |
| Octal | 376 | 350 | 121 | 0 | 11 | 104 | 0 | 64 | 143 | 102 |
| Binary | 11111110 | 11101000 | 1010001 | 0 | 1001 | 1000100 | 0 | 110100 | 1100011 | 1000010 |
Color Harmonies of #FEE851
Complementary color
Monochromatic Colors of #FEE851
Black with #FEE851
Text Example
Text Example
White with #FEE851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE851; }
p { color: rgb(254,232,81); }
H1.HeaderClassName
{
color: #FEE851;
}
.AnyTagClassName
{
color: #FEE851;
}
</style>
background-color css
<style>
a { background-color: #FEE851; }
a { background-color: rgb(254,232,81); }
div.DivClassName
{
background-color: #FEE851;
}
.BgClassName
{
background-color: #FEE851;
}
</style>
border-color css
<style>
span { border-color: #FEE851; }
span { border-color: rgb(254,232,81); }
td.TdClassName
{
border-color: #FEE851;
}
.TagClassName
{
border-color: #FEE851;
}
</style>