Shades of Paris Daisy #FDF553
Tints of Paris Daisy #FDF553
RGB
CMYK
RGB Variations
Color information
#FDF553 (or 0xFDF553) is known color: Paris Daisy. HEX triplet: FD, F5 and 53. RGB value is (253,245,83). Sum of RGB (Red+Green+Blue) = 253+245+83=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 83 (32.81% from 255 or 14.29% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF553 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF553 is #020AAC. Grayscale: #E5E5E5. Windows color (decimal): -133805 or 5502461. OLE color: 5502461.
HSL color Cylindrical-coordinate representation of color #FDF553: hue angle of 57.18º 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 #FDF553 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 83 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.01 |
| HSL | 57.18º | 0.98% | 0.66% | - |
| HSV(B) | 57.18º | 0.67% | 0.99% | - |
| XYZ | 74.72 | 86.81 | 21 | - |
| YUV | 228.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 83 | 0 | 0.03 | 0.67 | 0.01 | 57.18 | 0.98 | 0.66 |
| Hex | FD | F5 | 53 | 0 | 3 | 43 | 1 | 39 | 62 | 42 |
| Octal | 375 | 365 | 123 | 0 | 3 | 103 | 1 | 71 | 142 | 102 |
| Binary | 11111101 | 11110101 | 1010011 | 0 | 11 | 1000011 | 1 | 111001 | 1100010 | 1000010 |
Color Harmonies of #FDF553
Complementary color
Monochromatic Colors of #FDF553
Black with #FDF553
Text Example
Text Example
White with #FDF553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF553; }
p { color: rgb(253,245,83); }
H1.HeaderClassName
{
color: #FDF553;
}
.AnyTagClassName
{
color: #FDF553;
}
</style>
background-color css
<style>
a { background-color: #FDF553; }
a { background-color: rgb(253,245,83); }
div.DivClassName
{
background-color: #FDF553;
}
.BgClassName
{
background-color: #FDF553;
}
</style>
border-color css
<style>
span { border-color: #FDF553; }
span { border-color: rgb(253,245,83); }
td.TdClassName
{
border-color: #FDF553;
}
.TagClassName
{
border-color: #FDF553;
}
</style>