Shades of Paris Daisy #FDF751
Tints of Paris Daisy #FDF751
RGB
CMYK
RGB Variations
Color information
#FDF751 (or 0xFDF751) is known color: Paris Daisy. HEX triplet: FD, F7 and 51. RGB value is (253,247,81). Sum of RGB (Red+Green+Blue) = 253+247+81=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 81 (32.03% from 255 or 13.94% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF751 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF751 is #0208AE. Grayscale: #E6E6E6. Windows color (decimal): -133295 or 5371901. OLE color: 5371901.
HSL color Cylindrical-coordinate representation of color #FDF751: hue angle of 57.91º 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 #FDF751 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 81 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.01 |
| HSL | 57.91º | 0.98% | 0.65% | - |
| HSV(B) | 57.91º | 0.68% | 0.99% | - |
| XYZ | 75.25 | 88 | 20.8 | - |
| YUV | 229.87 | 43.99 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 81 | 0 | 0.02 | 0.68 | 0.01 | 57.91 | 0.98 | 0.65 |
| Hex | FD | F7 | 51 | 0 | 2 | 44 | 1 | 3A | 62 | 41 |
| Octal | 375 | 367 | 121 | 0 | 2 | 104 | 1 | 72 | 142 | 101 |
| Binary | 11111101 | 11110111 | 1010001 | 0 | 10 | 1000100 | 1 | 111010 | 1100010 | 1000001 |
Color Harmonies of #FDF751
Complementary color
Monochromatic Colors of #FDF751
Black with #FDF751
Text Example
Text Example
White with #FDF751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF751; }
p { color: rgb(253,247,81); }
H1.HeaderClassName
{
color: #FDF751;
}
.AnyTagClassName
{
color: #FDF751;
}
</style>
background-color css
<style>
a { background-color: #FDF751; }
a { background-color: rgb(253,247,81); }
div.DivClassName
{
background-color: #FDF751;
}
.BgClassName
{
background-color: #FDF751;
}
</style>
border-color css
<style>
span { border-color: #FDF751; }
span { border-color: rgb(253,247,81); }
td.TdClassName
{
border-color: #FDF751;
}
.TagClassName
{
border-color: #FDF751;
}
</style>