Shades of Paris Daisy #FDE74D
Tints of Paris Daisy #FDE74D
RGB
CMYK
RGB Variations
Color information
#FDE74D (or 0xFDE74D) is known color: Paris Daisy. HEX triplet: FD, E7 and 4D. RGB value is (253,231,77). Sum of RGB (Red+Green+Blue) = 253+231+77=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 77 (30.47% from 255 or 13.73% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE74D is #0218B2. Grayscale: #DCDCDC. Windows color (decimal): -137395 or 5105661. OLE color: 5105661.
HSL color Cylindrical-coordinate representation of color #FDE74D: hue angle of 52.5º 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 #FDE74D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 77 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.01 |
| HSL | 52.5º | 0.98% | 0.65% | - |
| HSV(B) | 52.5º | 0.7% | 0.99% | - |
| XYZ | 70.42 | 78.57 | 18.48 | - |
| YUV | 220.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 77 | 0 | 0.09 | 0.70 | 0.01 | 52.5 | 0.98 | 0.65 |
| Hex | FD | E7 | 4D | 0 | 9 | 46 | 1 | 34 | 62 | 41 |
| Octal | 375 | 347 | 115 | 0 | 11 | 106 | 1 | 64 | 142 | 101 |
| Binary | 11111101 | 11100111 | 1001101 | 0 | 1001 | 1000110 | 1 | 110100 | 1100010 | 1000001 |
Color Harmonies of #FDE74D
Complementary color
Monochromatic Colors of #FDE74D
Black with #FDE74D
Text Example
Text Example
White with #FDE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE74D; }
p { color: rgb(253,231,77); }
H1.HeaderClassName
{
color: #FDE74D;
}
.AnyTagClassName
{
color: #FDE74D;
}
</style>
background-color css
<style>
a { background-color: #FDE74D; }
a { background-color: rgb(253,231,77); }
div.DivClassName
{
background-color: #FDE74D;
}
.BgClassName
{
background-color: #FDE74D;
}
</style>
border-color css
<style>
span { border-color: #FDE74D; }
span { border-color: rgb(253,231,77); }
td.TdClassName
{
border-color: #FDE74D;
}
.TagClassName
{
border-color: #FDE74D;
}
</style>