Shades of Paris Daisy #FDE552
Tints of Paris Daisy #FDE552
RGB
CMYK
RGB Variations
Color information
#FDE552 (or 0xFDE552) is known color: Paris Daisy. HEX triplet: FD, E5 and 52. RGB value is (253,229,82). Sum of RGB (Red+Green+Blue) = 253+229+82=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 82 (32.42% from 255 or 14.54% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE552 is #021AAD. Grayscale: #DCDCDC. Windows color (decimal): -137902 or 5432829. OLE color: 5432829.
HSL color Cylindrical-coordinate representation of color #FDE552: hue angle of 51.58º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDE552 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 82 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.01 |
| HSL | 51.58º | 0.98% | 0.66% | - |
| HSV(B) | 51.58º | 0.68% | 0.99% | - |
| XYZ | 70.05 | 77.53 | 19.26 | - |
| YUV | 219.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 82 | 0 | 0.09 | 0.68 | 0.01 | 51.58 | 0.98 | 0.66 |
| Hex | FD | E5 | 52 | 0 | 9 | 44 | 1 | 34 | 62 | 42 |
| Octal | 375 | 345 | 122 | 0 | 11 | 104 | 1 | 64 | 142 | 102 |
| Binary | 11111101 | 11100101 | 1010010 | 0 | 1001 | 1000100 | 1 | 110100 | 1100010 | 1000010 |
Color Harmonies of #FDE552
Complementary color
Monochromatic Colors of #FDE552
Black with #FDE552
Text Example
Text Example
White with #FDE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE552; }
p { color: rgb(253,229,82); }
H1.HeaderClassName
{
color: #FDE552;
}
.AnyTagClassName
{
color: #FDE552;
}
</style>
background-color css
<style>
a { background-color: #FDE552; }
a { background-color: rgb(253,229,82); }
div.DivClassName
{
background-color: #FDE552;
}
.BgClassName
{
background-color: #FDE552;
}
</style>
border-color css
<style>
span { border-color: #FDE552; }
span { border-color: rgb(253,229,82); }
td.TdClassName
{
border-color: #FDE552;
}
.TagClassName
{
border-color: #FDE552;
}
</style>