Shades of Paris Daisy #FDF544
Tints of Paris Daisy #FDF544
RGB
CMYK
RGB Variations
Color information
#FDF544 (or 0xFDF544) is known color: Paris Daisy. HEX triplet: FD, F5 and 44. RGB value is (253,245,68). Sum of RGB (Red+Green+Blue) = 253+245+68=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 68 (26.95% from 255 or 12.01% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF544 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF544 is #020ABB. Grayscale: #E3E3E3. Windows color (decimal): -133820 or 4519421. OLE color: 4519421.
HSL color Cylindrical-coordinate representation of color #FDF544: hue angle of 57.41º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDF544 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 68 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.01 |
| HSL | 57.41º | 0.98% | 0.63% | - |
| HSV(B) | 57.41º | 0.73% | 0.99% | - |
| XYZ | 74.2 | 86.6 | 18.27 | - |
| YUV | 227.21 | 38.15 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 68 | 0 | 0.03 | 0.73 | 0.01 | 57.41 | 0.98 | 0.63 |
| Hex | FD | F5 | 44 | 0 | 3 | 49 | 1 | 39 | 62 | 3F |
| Octal | 375 | 365 | 104 | 0 | 3 | 111 | 1 | 71 | 142 | 77 |
| Binary | 11111101 | 11110101 | 1000100 | 0 | 11 | 1001001 | 1 | 111001 | 1100010 | 111111 |
Color Harmonies of #FDF544
Complementary color
Monochromatic Colors of #FDF544
Black with #FDF544
Text Example
Text Example
White with #FDF544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF544; }
p { color: rgb(253,245,68); }
H1.HeaderClassName
{
color: #FDF544;
}
.AnyTagClassName
{
color: #FDF544;
}
</style>
background-color css
<style>
a { background-color: #FDF544; }
a { background-color: rgb(253,245,68); }
div.DivClassName
{
background-color: #FDF544;
}
.BgClassName
{
background-color: #FDF544;
}
</style>
border-color css
<style>
span { border-color: #FDF544; }
span { border-color: rgb(253,245,68); }
td.TdClassName
{
border-color: #FDF544;
}
.TagClassName
{
border-color: #FDF544;
}
</style>