Shades of Paris Daisy #FDE653
Tints of Paris Daisy #FDE653
RGB
CMYK
RGB Variations
Color information
#FDE653 (or 0xFDE653) is known color: Paris Daisy. HEX triplet: FD, E6 and 53. RGB value is (253,230,83). Sum of RGB (Red+Green+Blue) = 253+230+83=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 83 (32.81% from 255 or 14.66% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE653 is #0219AC. Grayscale: #DCDCDC. Windows color (decimal): -137645 or 5498621. OLE color: 5498621.
HSL color Cylindrical-coordinate representation of color #FDE653: hue angle of 51.88º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDE653 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 83 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.01 |
| HSL | 51.88º | 0.98% | 0.66% | - |
| HSV(B) | 51.88º | 0.67% | 0.99% | - |
| XYZ | 70.37 | 78.1 | 19.55 | - |
| YUV | 220.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 83 | 0 | 0.09 | 0.67 | 0.01 | 51.88 | 0.98 | 0.66 |
| Hex | FD | E6 | 53 | 0 | 9 | 43 | 1 | 34 | 62 | 42 |
| Octal | 375 | 346 | 123 | 0 | 11 | 103 | 1 | 64 | 142 | 102 |
| Binary | 11111101 | 11100110 | 1010011 | 0 | 1001 | 1000011 | 1 | 110100 | 1100010 | 1000010 |
Color Harmonies of #FDE653
Complementary color
Monochromatic Colors of #FDE653
Black with #FDE653
Text Example
Text Example
White with #FDE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE653; }
p { color: rgb(253,230,83); }
H1.HeaderClassName
{
color: #FDE653;
}
.AnyTagClassName
{
color: #FDE653;
}
</style>
background-color css
<style>
a { background-color: #FDE653; }
a { background-color: rgb(253,230,83); }
div.DivClassName
{
background-color: #FDE653;
}
.BgClassName
{
background-color: #FDE653;
}
</style>
border-color css
<style>
span { border-color: #FDE653; }
span { border-color: rgb(253,230,83); }
td.TdClassName
{
border-color: #FDE653;
}
.TagClassName
{
border-color: #FDE653;
}
</style>