Shades of Paris Daisy #FDF552
Tints of Paris Daisy #FDF552
RGB
CMYK
RGB Variations
Color information
#FDF552 (or 0xFDF552) is known color: Paris Daisy. HEX triplet: FD, F5 and 52. RGB value is (253,245,82). Sum of RGB (Red+Green+Blue) = 253+245+82=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 82 (32.42% from 255 or 14.14% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF552 is #020AAD. Grayscale: #E5E5E5. Windows color (decimal): -133806 or 5436925. OLE color: 5436925.
HSL color Cylindrical-coordinate representation of color #FDF552: hue angle of 57.19º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDF552 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 82 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.01 |
| HSL | 57.19º | 0.98% | 0.66% | - |
| HSV(B) | 57.19º | 0.68% | 0.99% | - |
| XYZ | 74.68 | 86.8 | 20.8 | - |
| YUV | 228.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 82 | 0 | 0.03 | 0.68 | 0.01 | 57.19 | 0.98 | 0.66 |
| Hex | FD | F5 | 52 | 0 | 3 | 44 | 1 | 39 | 62 | 42 |
| Octal | 375 | 365 | 122 | 0 | 3 | 104 | 1 | 71 | 142 | 102 |
| Binary | 11111101 | 11110101 | 1010010 | 0 | 11 | 1000100 | 1 | 111001 | 1100010 | 1000010 |
Color Harmonies of #FDF552
Complementary color
Monochromatic Colors of #FDF552
Black with #FDF552
Text Example
Text Example
White with #FDF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF552; }
p { color: rgb(253,245,82); }
H1.HeaderClassName
{
color: #FDF552;
}
.AnyTagClassName
{
color: #FDF552;
}
</style>
background-color css
<style>
a { background-color: #FDF552; }
a { background-color: rgb(253,245,82); }
div.DivClassName
{
background-color: #FDF552;
}
.BgClassName
{
background-color: #FDF552;
}
</style>
border-color css
<style>
span { border-color: #FDF552; }
span { border-color: rgb(253,245,82); }
td.TdClassName
{
border-color: #FDF552;
}
.TagClassName
{
border-color: #FDF552;
}
</style>