Shades of Paris Daisy #FDE54A
Tints of Paris Daisy #FDE54A
RGB
CMYK
RGB Variations
Color information
#FDE54A (or 0xFDE54A) is known color: Paris Daisy. HEX triplet: FD, E5 and 4A. RGB value is (253,229,74). Sum of RGB (Red+Green+Blue) = 253+229+74=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE54A is #021AB5. Grayscale: #DBDBDB. Windows color (decimal): -137910 or 4908541. OLE color: 4908541.
HSL color Cylindrical-coordinate representation of color #FDE54A: hue angle of 51.96º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDE54A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 74 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.01 |
| HSL | 51.96º | 0.98% | 0.64% | - |
| HSV(B) | 51.96º | 0.71% | 0.99% | - |
| XYZ | 69.76 | 77.42 | 17.74 | - |
| YUV | 218.51 | 46.45 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 74 | 0 | 0.09 | 0.71 | 0.01 | 51.96 | 0.98 | 0.64 |
| Hex | FD | E5 | 4A | 0 | 9 | 47 | 1 | 34 | 62 | 40 |
| Octal | 375 | 345 | 112 | 0 | 11 | 107 | 1 | 64 | 142 | 100 |
| Binary | 11111101 | 11100101 | 1001010 | 0 | 1001 | 1000111 | 1 | 110100 | 1100010 | 1000000 |
Color Harmonies of #FDE54A
Complementary color
Monochromatic Colors of #FDE54A
Black with #FDE54A
Text Example
Text Example
White with #FDE54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE54A; }
p { color: rgb(253,229,74); }
H1.HeaderClassName
{
color: #FDE54A;
}
.AnyTagClassName
{
color: #FDE54A;
}
</style>
background-color css
<style>
a { background-color: #FDE54A; }
a { background-color: rgb(253,229,74); }
div.DivClassName
{
background-color: #FDE54A;
}
.BgClassName
{
background-color: #FDE54A;
}
</style>
border-color css
<style>
span { border-color: #FDE54A; }
span { border-color: rgb(253,229,74); }
td.TdClassName
{
border-color: #FDE54A;
}
.TagClassName
{
border-color: #FDE54A;
}
</style>