Shades of Paris Daisy #FDE455
Tints of Paris Daisy #FDE455
RGB
CMYK
RGB Variations
Color information
#FDE455 (or 0xFDE455) is known color: Paris Daisy. HEX triplet: FD, E4 and 55. RGB value is (253,228,85). Sum of RGB (Red+Green+Blue) = 253+228+85=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 85 (33.59% from 255 or 15.02% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE455 is #021BAA. Grayscale: #DBDBDB. Windows color (decimal): -138155 or 5629181. OLE color: 5629181.
HSL color Cylindrical-coordinate representation of color #FDE455: hue angle of 51.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDE455 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 85 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.01 |
| HSL | 51.07º | 0.98% | 0.66% | - |
| HSV(B) | 51.07º | 0.66% | 0.99% | - |
| XYZ | 69.89 | 77.03 | 19.78 | - |
| YUV | 219.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 85 | 0 | 0.10 | 0.66 | 0.01 | 51.07 | 0.98 | 0.66 |
| Hex | FD | E4 | 55 | 0 | A | 42 | 1 | 33 | 62 | 42 |
| Octal | 375 | 344 | 125 | 0 | 12 | 102 | 1 | 63 | 142 | 102 |
| Binary | 11111101 | 11100100 | 1010101 | 0 | 1010 | 1000010 | 1 | 110011 | 1100010 | 1000010 |
Color Harmonies of #FDE455
Complementary color
Monochromatic Colors of #FDE455
Black with #FDE455
Text Example
Text Example
White with #FDE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE455; }
p { color: rgb(253,228,85); }
H1.HeaderClassName
{
color: #FDE455;
}
.AnyTagClassName
{
color: #FDE455;
}
</style>
background-color css
<style>
a { background-color: #FDE455; }
a { background-color: rgb(253,228,85); }
div.DivClassName
{
background-color: #FDE455;
}
.BgClassName
{
background-color: #FDE455;
}
</style>
border-color css
<style>
span { border-color: #FDE455; }
span { border-color: rgb(253,228,85); }
td.TdClassName
{
border-color: #FDE455;
}
.TagClassName
{
border-color: #FDE455;
}
</style>