Shades of Paris Daisy #FDE649
Tints of Paris Daisy #FDE649
RGB
CMYK
RGB Variations
Color information
#FDE649 (or 0xFDE649) is known color: Paris Daisy. HEX triplet: FD, E6 and 49. RGB value is (253,230,73). Sum of RGB (Red+Green+Blue) = 253+230+73=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 73 (28.91% from 255 or 13.13% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE649 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE649 is #0219B6. Grayscale: #DBDBDB. Windows color (decimal): -137655 or 4843261. OLE color: 4843261.
HSL color Cylindrical-coordinate representation of color #FDE649: hue angle of 52.33º 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 #FDE649 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 73 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.01 |
| HSL | 52.33º | 0.98% | 0.64% | - |
| HSV(B) | 52.33º | 0.71% | 0.99% | - |
| XYZ | 70.01 | 77.96 | 17.66 | - |
| YUV | 218.98 | 45.62 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 73 | 0 | 0.09 | 0.71 | 0.01 | 52.33 | 0.98 | 0.64 |
| Hex | FD | E6 | 49 | 0 | 9 | 47 | 1 | 34 | 62 | 40 |
| Octal | 375 | 346 | 111 | 0 | 11 | 107 | 1 | 64 | 142 | 100 |
| Binary | 11111101 | 11100110 | 1001001 | 0 | 1001 | 1000111 | 1 | 110100 | 1100010 | 1000000 |
Color Harmonies of #FDE649
Complementary color
Monochromatic Colors of #FDE649
Black with #FDE649
Text Example
Text Example
White with #FDE649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE649; }
p { color: rgb(253,230,73); }
H1.HeaderClassName
{
color: #FDE649;
}
.AnyTagClassName
{
color: #FDE649;
}
</style>
background-color css
<style>
a { background-color: #FDE649; }
a { background-color: rgb(253,230,73); }
div.DivClassName
{
background-color: #FDE649;
}
.BgClassName
{
background-color: #FDE649;
}
</style>
border-color css
<style>
span { border-color: #FDE649; }
span { border-color: rgb(253,230,73); }
td.TdClassName
{
border-color: #FDE649;
}
.TagClassName
{
border-color: #FDE649;
}
</style>