Shades of Paris Daisy #FDE544
Tints of Paris Daisy #FDE544
RGB
CMYK
RGB Variations
Color information
#FDE544 (or 0xFDE544) is known color: Paris Daisy. HEX triplet: FD, E5 and 44. RGB value is (253,229,68). Sum of RGB (Red+Green+Blue) = 253+229+68=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 68 (26.95% from 255 or 12.36% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE544 is #021ABB. Grayscale: #DADADA. Windows color (decimal): -137916 or 4515325. OLE color: 4515325.
HSL color Cylindrical-coordinate representation of color #FDE544: hue angle of 52.22º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDE544 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 68 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.01 |
| HSL | 52.22º | 0.98% | 0.63% | - |
| HSV(B) | 52.22º | 0.73% | 0.99% | - |
| XYZ | 69.57 | 77.34 | 16.73 | - |
| YUV | 217.82 | 43.45 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 68 | 0 | 0.09 | 0.73 | 0.01 | 52.22 | 0.98 | 0.63 |
| Hex | FD | E5 | 44 | 0 | 9 | 49 | 1 | 34 | 62 | 3F |
| Octal | 375 | 345 | 104 | 0 | 11 | 111 | 1 | 64 | 142 | 77 |
| Binary | 11111101 | 11100101 | 1000100 | 0 | 1001 | 1001001 | 1 | 110100 | 1100010 | 111111 |
Color Harmonies of #FDE544
Complementary color
Monochromatic Colors of #FDE544
Black with #FDE544
Text Example
Text Example
White with #FDE544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE544; }
p { color: rgb(253,229,68); }
H1.HeaderClassName
{
color: #FDE544;
}
.AnyTagClassName
{
color: #FDE544;
}
</style>
background-color css
<style>
a { background-color: #FDE544; }
a { background-color: rgb(253,229,68); }
div.DivClassName
{
background-color: #FDE544;
}
.BgClassName
{
background-color: #FDE544;
}
</style>
border-color css
<style>
span { border-color: #FDE544; }
span { border-color: rgb(253,229,68); }
td.TdClassName
{
border-color: #FDE544;
}
.TagClassName
{
border-color: #FDE544;
}
</style>