Shades of Paris Daisy #FDE946
Tints of Paris Daisy #FDE946
RGB
CMYK
RGB Variations
Color information
#FDE946 (or 0xFDE946) is known color: Paris Daisy. HEX triplet: FD, E9 and 46. RGB value is (253,233,70). Sum of RGB (Red+Green+Blue) = 253+233+70=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 70 (27.73% from 255 or 12.59% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE946 is #0216B9. Grayscale: #DDDDDD. Windows color (decimal): -136890 or 4647421. OLE color: 4647421.
HSL color Cylindrical-coordinate representation of color #FDE946: hue angle of 53.44º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDE946 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 70 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.01 |
| HSL | 53.44º | 0.98% | 0.63% | - |
| HSV(B) | 53.44º | 0.72% | 0.99% | - |
| XYZ | 70.75 | 79.6 | 17.43 | - |
| YUV | 220.4 | 43.13 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 70 | 0 | 0.08 | 0.72 | 0.01 | 53.44 | 0.98 | 0.63 |
| Hex | FD | E9 | 46 | 0 | 8 | 48 | 1 | 35 | 62 | 3F |
| Octal | 375 | 351 | 106 | 0 | 10 | 110 | 1 | 65 | 142 | 77 |
| Binary | 11111101 | 11101001 | 1000110 | 0 | 1000 | 1001000 | 1 | 110101 | 1100010 | 111111 |
Color Harmonies of #FDE946
Complementary color
Monochromatic Colors of #FDE946
Black with #FDE946
Text Example
Text Example
White with #FDE946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE946; }
p { color: rgb(253,233,70); }
H1.HeaderClassName
{
color: #FDE946;
}
.AnyTagClassName
{
color: #FDE946;
}
</style>
background-color css
<style>
a { background-color: #FDE946; }
a { background-color: rgb(253,233,70); }
div.DivClassName
{
background-color: #FDE946;
}
.BgClassName
{
background-color: #FDE946;
}
</style>
border-color css
<style>
span { border-color: #FDE946; }
span { border-color: rgb(253,233,70); }
td.TdClassName
{
border-color: #FDE946;
}
.TagClassName
{
border-color: #FDE946;
}
</style>