Shades of Paris Daisy #FDE14A
Tints of Paris Daisy #FDE14A
RGB
CMYK
RGB Variations
Color information
#FDE14A (or 0xFDE14A) is known color: Paris Daisy. HEX triplet: FD, E1 and 4A. RGB value is (253,225,74). Sum of RGB (Red+Green+Blue) = 253+225+74=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 74 (29.30% from 255 or 13.41% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE14A is #021EB5. Grayscale: #D8D8D8. Windows color (decimal): -138934 or 4907517. OLE color: 4907517.
HSL color Cylindrical-coordinate representation of color #FDE14A: hue angle of 50.61º 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 #FDE14A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 74 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.01 |
| HSL | 50.61º | 0.98% | 0.64% | - |
| HSV(B) | 50.61º | 0.71% | 0.99% | - |
| XYZ | 68.67 | 75.23 | 17.38 | - |
| YUV | 216.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 74 | 0 | 0.11 | 0.71 | 0.01 | 50.61 | 0.98 | 0.64 |
| Hex | FD | E1 | 4A | 0 | B | 47 | 1 | 33 | 62 | 40 |
| Octal | 375 | 341 | 112 | 0 | 13 | 107 | 1 | 63 | 142 | 100 |
| Binary | 11111101 | 11100001 | 1001010 | 0 | 1011 | 1000111 | 1 | 110011 | 1100010 | 1000000 |
Color Harmonies of #FDE14A
Complementary color
Monochromatic Colors of #FDE14A
Black with #FDE14A
Text Example
Text Example
White with #FDE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE14A; }
p { color: rgb(253,225,74); }
H1.HeaderClassName
{
color: #FDE14A;
}
.AnyTagClassName
{
color: #FDE14A;
}
</style>
background-color css
<style>
a { background-color: #FDE14A; }
a { background-color: rgb(253,225,74); }
div.DivClassName
{
background-color: #FDE14A;
}
.BgClassName
{
background-color: #FDE14A;
}
</style>
border-color css
<style>
span { border-color: #FDE14A; }
span { border-color: rgb(253,225,74); }
td.TdClassName
{
border-color: #FDE14A;
}
.TagClassName
{
border-color: #FDE14A;
}
</style>