Shades of Paris Daisy #FDE749
Tints of Paris Daisy #FDE749
RGB
CMYK
RGB Variations
Color information
#FDE749 (or 0xFDE749) is known color: Paris Daisy. HEX triplet: FD, E7 and 49. RGB value is (253,231,73). Sum of RGB (Red+Green+Blue) = 253+231+73=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 73 (28.91% from 255 or 13.11% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE749 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE749 is #0218B6. Grayscale: #DCDCDC. Windows color (decimal): -137399 or 4843517. OLE color: 4843517.
HSL color Cylindrical-coordinate representation of color #FDE749: hue angle of 52.67º 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 #FDE749 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 73 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.01 |
| HSL | 52.67º | 0.98% | 0.64% | - |
| HSV(B) | 52.67º | 0.71% | 0.99% | - |
| XYZ | 70.29 | 78.52 | 17.75 | - |
| YUV | 219.57 | 45.29 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 73 | 0 | 0.09 | 0.71 | 0.01 | 52.67 | 0.98 | 0.64 |
| Hex | FD | E7 | 49 | 0 | 9 | 47 | 1 | 35 | 62 | 40 |
| Octal | 375 | 347 | 111 | 0 | 11 | 107 | 1 | 65 | 142 | 100 |
| Binary | 11111101 | 11100111 | 1001001 | 0 | 1001 | 1000111 | 1 | 110101 | 1100010 | 1000000 |
Color Harmonies of #FDE749
Complementary color
Monochromatic Colors of #FDE749
Black with #FDE749
Text Example
Text Example
White with #FDE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE749; }
p { color: rgb(253,231,73); }
H1.HeaderClassName
{
color: #FDE749;
}
.AnyTagClassName
{
color: #FDE749;
}
</style>
background-color css
<style>
a { background-color: #FDE749; }
a { background-color: rgb(253,231,73); }
div.DivClassName
{
background-color: #FDE749;
}
.BgClassName
{
background-color: #FDE749;
}
</style>
border-color css
<style>
span { border-color: #FDE749; }
span { border-color: rgb(253,231,73); }
td.TdClassName
{
border-color: #FDE749;
}
.TagClassName
{
border-color: #FDE749;
}
</style>