Shades of Paris Daisy #FDE751
Tints of Paris Daisy #FDE751
RGB
CMYK
RGB Variations
Color information
#FDE751 (or 0xFDE751) is known color: Paris Daisy. HEX triplet: FD, E7 and 51. RGB value is (253,231,81). Sum of RGB (Red+Green+Blue) = 253+231+81=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 81 (32.03% from 255 or 14.34% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE751 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE751 is #0218AE. Grayscale: #DDDDDD. Windows color (decimal): -137391 or 5367805. OLE color: 5367805.
HSL color Cylindrical-coordinate representation of color #FDE751: hue angle of 52.33º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDE751 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 81 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.01 |
| HSL | 52.33º | 0.98% | 0.65% | - |
| HSV(B) | 52.33º | 0.68% | 0.99% | - |
| XYZ | 70.57 | 78.63 | 19.24 | - |
| YUV | 220.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 81 | 0 | 0.09 | 0.68 | 0.01 | 52.33 | 0.98 | 0.65 |
| Hex | FD | E7 | 51 | 0 | 9 | 44 | 1 | 34 | 62 | 41 |
| Octal | 375 | 347 | 121 | 0 | 11 | 104 | 1 | 64 | 142 | 101 |
| Binary | 11111101 | 11100111 | 1010001 | 0 | 1001 | 1000100 | 1 | 110100 | 1100010 | 1000001 |
Color Harmonies of #FDE751
Complementary color
Monochromatic Colors of #FDE751
Black with #FDE751
Text Example
Text Example
White with #FDE751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE751; }
p { color: rgb(253,231,81); }
H1.HeaderClassName
{
color: #FDE751;
}
.AnyTagClassName
{
color: #FDE751;
}
</style>
background-color css
<style>
a { background-color: #FDE751; }
a { background-color: rgb(253,231,81); }
div.DivClassName
{
background-color: #FDE751;
}
.BgClassName
{
background-color: #FDE751;
}
</style>
border-color css
<style>
span { border-color: #FDE751; }
span { border-color: rgb(253,231,81); }
td.TdClassName
{
border-color: #FDE751;
}
.TagClassName
{
border-color: #FDE751;
}
</style>