Shades of Paris Daisy #FDF551
Tints of Paris Daisy #FDF551
RGB
CMYK
RGB Variations
Color information
#FDF551 (or 0xFDF551) is known color: Paris Daisy. HEX triplet: FD, F5 and 51. RGB value is (253,245,81). Sum of RGB (Red+Green+Blue) = 253+245+81=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 81 (32.03% from 255 or 13.99% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF551 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF551 is #020AAE. Grayscale: #E5E5E5. Windows color (decimal): -133807 or 5371389. OLE color: 5371389.
HSL color Cylindrical-coordinate representation of color #FDF551: hue angle of 57.21º 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 #FDF551 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 81 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.01 |
| HSL | 57.21º | 0.98% | 0.65% | - |
| HSV(B) | 57.21º | 0.68% | 0.99% | - |
| XYZ | 74.65 | 86.78 | 20.6 | - |
| YUV | 228.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 81 | 0 | 0.03 | 0.68 | 0.01 | 57.21 | 0.98 | 0.65 |
| Hex | FD | F5 | 51 | 0 | 3 | 44 | 1 | 39 | 62 | 41 |
| Octal | 375 | 365 | 121 | 0 | 3 | 104 | 1 | 71 | 142 | 101 |
| Binary | 11111101 | 11110101 | 1010001 | 0 | 11 | 1000100 | 1 | 111001 | 1100010 | 1000001 |
Color Harmonies of #FDF551
Complementary color
Monochromatic Colors of #FDF551
Black with #FDF551
Text Example
Text Example
White with #FDF551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF551; }
p { color: rgb(253,245,81); }
H1.HeaderClassName
{
color: #FDF551;
}
.AnyTagClassName
{
color: #FDF551;
}
</style>
background-color css
<style>
a { background-color: #FDF551; }
a { background-color: rgb(253,245,81); }
div.DivClassName
{
background-color: #FDF551;
}
.BgClassName
{
background-color: #FDF551;
}
</style>
border-color css
<style>
span { border-color: #FDF551; }
span { border-color: rgb(253,245,81); }
td.TdClassName
{
border-color: #FDF551;
}
.TagClassName
{
border-color: #FDF551;
}
</style>