Shades of Paris Daisy #FDE14C
Tints of Paris Daisy #FDE14C
RGB
CMYK
RGB Variations
Color information
#FDE14C (or 0xFDE14C) is known color: Paris Daisy. HEX triplet: FD, E1 and 4C. RGB value is (253,225,76). Sum of RGB (Red+Green+Blue) = 253+225+76=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 76 (30.08% from 255 or 13.72% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE14C is #021EB3. Grayscale: #D9D9D9. Windows color (decimal): -138932 or 5038589. OLE color: 5038589.
HSL color Cylindrical-coordinate representation of color #FDE14C: hue angle of 50.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDE14C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 76 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.01 |
| HSL | 50.51º | 0.98% | 0.65% | - |
| HSV(B) | 50.51º | 0.7% | 0.99% | - |
| XYZ | 68.74 | 75.25 | 17.74 | - |
| YUV | 216.39 | 48.78 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 76 | 0 | 0.11 | 0.70 | 0.01 | 50.51 | 0.98 | 0.65 |
| Hex | FD | E1 | 4C | 0 | B | 46 | 1 | 33 | 62 | 41 |
| Octal | 375 | 341 | 114 | 0 | 13 | 106 | 1 | 63 | 142 | 101 |
| Binary | 11111101 | 11100001 | 1001100 | 0 | 1011 | 1000110 | 1 | 110011 | 1100010 | 1000001 |
Color Harmonies of #FDE14C
Complementary color
Monochromatic Colors of #FDE14C
Black with #FDE14C
Text Example
Text Example
White with #FDE14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE14C; }
p { color: rgb(253,225,76); }
H1.HeaderClassName
{
color: #FDE14C;
}
.AnyTagClassName
{
color: #FDE14C;
}
</style>
background-color css
<style>
a { background-color: #FDE14C; }
a { background-color: rgb(253,225,76); }
div.DivClassName
{
background-color: #FDE14C;
}
.BgClassName
{
background-color: #FDE14C;
}
</style>
border-color css
<style>
span { border-color: #FDE14C; }
span { border-color: rgb(253,225,76); }
td.TdClassName
{
border-color: #FDE14C;
}
.TagClassName
{
border-color: #FDE14C;
}
</style>