Shades of Paris Daisy #FEE650
Tints of Paris Daisy #FEE650
RGB
CMYK
RGB Variations
Color information
#FEE650 (or 0xFEE650) is known color: Paris Daisy. HEX triplet: FE, E6 and 50. RGB value is (254,230,80). Sum of RGB (Red+Green+Blue) = 254+230+80=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 80 (31.64% from 255 or 14.18% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE650 is #0119AF. Grayscale: #DCDCDC. Windows color (decimal): -72112 or 5302014. OLE color: 5302014.
HSL color Cylindrical-coordinate representation of color #FEE650: hue angle of 51.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEE650 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 80 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.00 |
| HSL | 51.72º | 0.99% | 0.65% | - |
| HSV(B) | 51.72º | 0.69% | 1% | - |
| XYZ | 70.62 | 78.24 | 18.97 | - |
| YUV | 220.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 80 | 0 | 0.09 | 0.69 | 0.00 | 51.72 | 0.99 | 0.65 |
| Hex | FE | E6 | 50 | 0 | 9 | 45 | 0 | 34 | 63 | 41 |
| Octal | 376 | 346 | 120 | 0 | 11 | 105 | 0 | 64 | 143 | 101 |
| Binary | 11111110 | 11100110 | 1010000 | 0 | 1001 | 1000101 | 0 | 110100 | 1100011 | 1000001 |
Color Harmonies of #FEE650
Complementary color
Monochromatic Colors of #FEE650
Black with #FEE650
Text Example
Text Example
White with #FEE650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE650; }
p { color: rgb(254,230,80); }
H1.HeaderClassName
{
color: #FEE650;
}
.AnyTagClassName
{
color: #FEE650;
}
</style>
background-color css
<style>
a { background-color: #FEE650; }
a { background-color: rgb(254,230,80); }
div.DivClassName
{
background-color: #FEE650;
}
.BgClassName
{
background-color: #FEE650;
}
</style>
border-color css
<style>
span { border-color: #FEE650; }
span { border-color: rgb(254,230,80); }
td.TdClassName
{
border-color: #FEE650;
}
.TagClassName
{
border-color: #FEE650;
}
</style>