Shades of Paris Daisy #FDEB49
Tints of Paris Daisy #FDEB49
RGB
CMYK
RGB Variations
Color information
#FDEB49 (or 0xFDEB49) is known color: Paris Daisy. HEX triplet: FD, EB and 49. RGB value is (253,235,73). Sum of RGB (Red+Green+Blue) = 253+235+73=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 73 (28.91% from 255 or 13.01% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEB49 is #0214B6. Grayscale: #DEDEDE. Windows color (decimal): -136375 or 4844541. OLE color: 4844541.
HSL color Cylindrical-coordinate representation of color #FDEB49: hue angle of 54º 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 #FDEB49 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 73 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.01 |
| HSL | 54º | 0.98% | 0.64% | - |
| HSV(B) | 54º | 0.71% | 0.99% | - |
| XYZ | 71.42 | 80.78 | 18.13 | - |
| YUV | 221.91 | 43.96 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 73 | 0 | 0.07 | 0.71 | 0.01 | 54 | 0.98 | 0.64 |
| Hex | FD | EB | 49 | 0 | 7 | 47 | 1 | 36 | 62 | 40 |
| Octal | 375 | 353 | 111 | 0 | 7 | 107 | 1 | 66 | 142 | 100 |
| Binary | 11111101 | 11101011 | 1001001 | 0 | 111 | 1000111 | 1 | 110110 | 1100010 | 1000000 |
Color Harmonies of #FDEB49
Complementary color
Monochromatic Colors of #FDEB49
Black with #FDEB49
Text Example
Text Example
White with #FDEB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB49; }
p { color: rgb(253,235,73); }
H1.HeaderClassName
{
color: #FDEB49;
}
.AnyTagClassName
{
color: #FDEB49;
}
</style>
background-color css
<style>
a { background-color: #FDEB49; }
a { background-color: rgb(253,235,73); }
div.DivClassName
{
background-color: #FDEB49;
}
.BgClassName
{
background-color: #FDEB49;
}
</style>
border-color css
<style>
span { border-color: #FDEB49; }
span { border-color: rgb(253,235,73); }
td.TdClassName
{
border-color: #FDEB49;
}
.TagClassName
{
border-color: #FDEB49;
}
</style>