Shades of Paris Daisy #FEE353
Tints of Paris Daisy #FEE353
RGB
CMYK
RGB Variations
Color information
#FEE353 (or 0xFEE353) is known color: Paris Daisy. HEX triplet: FE, E3 and 53. RGB value is (254,227,83). Sum of RGB (Red+Green+Blue) = 254+227+83=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 83 (32.81% from 255 or 14.72% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE353 is #011CAC. Grayscale: #DBDBDB. Windows color (decimal): -72877 or 5497854. OLE color: 5497854.
HSL color Cylindrical-coordinate representation of color #FEE353: hue angle of 50.53º 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 #FEE353 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 83 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.00 |
| HSL | 50.53º | 0.99% | 0.66% | - |
| HSV(B) | 50.53º | 0.67% | 1% | - |
| XYZ | 69.9 | 76.63 | 19.29 | - |
| YUV | 218.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 83 | 0 | 0.11 | 0.67 | 0.00 | 50.53 | 0.99 | 0.66 |
| Hex | FE | E3 | 53 | 0 | B | 43 | 0 | 33 | 63 | 42 |
| Octal | 376 | 343 | 123 | 0 | 13 | 103 | 0 | 63 | 143 | 102 |
| Binary | 11111110 | 11100011 | 1010011 | 0 | 1011 | 1000011 | 0 | 110011 | 1100011 | 1000010 |
Color Harmonies of #FEE353
Complementary color
Monochromatic Colors of #FEE353
Black with #FEE353
Text Example
Text Example
White with #FEE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE353; }
p { color: rgb(254,227,83); }
H1.HeaderClassName
{
color: #FEE353;
}
.AnyTagClassName
{
color: #FEE353;
}
</style>
background-color css
<style>
a { background-color: #FEE353; }
a { background-color: rgb(254,227,83); }
div.DivClassName
{
background-color: #FEE353;
}
.BgClassName
{
background-color: #FEE353;
}
</style>
border-color css
<style>
span { border-color: #FEE353; }
span { border-color: rgb(254,227,83); }
td.TdClassName
{
border-color: #FEE353;
}
.TagClassName
{
border-color: #FEE353;
}
</style>