Shades of Paris Daisy #FEE751
Tints of Paris Daisy #FEE751
RGB
CMYK
RGB Variations
Color information
#FEE751 (or 0xFEE751) is known color: Paris Daisy. HEX triplet: FE, E7 and 51. RGB value is (254,231,81). Sum of RGB (Red+Green+Blue) = 254+231+81=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 231 (90.62% from 255 or 40.81% from 566); Blue value is 81 (32.03% from 255 or 14.31% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE751 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE751 is #0118AE. Grayscale: #DDDDDD. Windows color (decimal): -71855 or 5367806. OLE color: 5367806.
HSL color Cylindrical-coordinate representation of color #FEE751: hue angle of 52.02º 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 #FEE751 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 81 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.00 |
| HSL | 52.02º | 0.99% | 0.66% | - |
| HSV(B) | 52.02º | 0.68% | 1% | - |
| XYZ | 70.93 | 78.82 | 19.26 | - |
| YUV | 220.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 81 | 0 | 0.09 | 0.68 | 0.00 | 52.02 | 0.99 | 0.66 |
| Hex | FE | E7 | 51 | 0 | 9 | 44 | 0 | 34 | 63 | 42 |
| Octal | 376 | 347 | 121 | 0 | 11 | 104 | 0 | 64 | 143 | 102 |
| Binary | 11111110 | 11100111 | 1010001 | 0 | 1001 | 1000100 | 0 | 110100 | 1100011 | 1000010 |
Color Harmonies of #FEE751
Complementary color
Monochromatic Colors of #FEE751
Black with #FEE751
Text Example
Text Example
White with #FEE751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE751; }
p { color: rgb(254,231,81); }
H1.HeaderClassName
{
color: #FEE751;
}
.AnyTagClassName
{
color: #FEE751;
}
</style>
background-color css
<style>
a { background-color: #FEE751; }
a { background-color: rgb(254,231,81); }
div.DivClassName
{
background-color: #FEE751;
}
.BgClassName
{
background-color: #FEE751;
}
</style>
border-color css
<style>
span { border-color: #FEE751; }
span { border-color: rgb(254,231,81); }
td.TdClassName
{
border-color: #FEE751;
}
.TagClassName
{
border-color: #FEE751;
}
</style>