Shades of Paris Daisy #FDF545
Tints of Paris Daisy #FDF545
RGB
CMYK
RGB Variations
Color information
#FDF545 (or 0xFDF545) is known color: Paris Daisy. HEX triplet: FD, F5 and 45. RGB value is (253,245,69). Sum of RGB (Red+Green+Blue) = 253+245+69=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 69 (27.34% from 255 or 12.17% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF545 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF545 is #020ABA. Grayscale: #E4E4E4. Windows color (decimal): -133819 or 4584957. OLE color: 4584957.
HSL color Cylindrical-coordinate representation of color #FDF545: hue angle of 57.39º 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 #FDF545 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 69 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.01 |
| HSL | 57.39º | 0.98% | 0.63% | - |
| HSV(B) | 57.39º | 0.73% | 0.99% | - |
| XYZ | 74.23 | 86.62 | 18.44 | - |
| YUV | 227.33 | 38.65 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 69 | 0 | 0.03 | 0.73 | 0.01 | 57.39 | 0.98 | 0.63 |
| Hex | FD | F5 | 45 | 0 | 3 | 49 | 1 | 39 | 62 | 3F |
| Octal | 375 | 365 | 105 | 0 | 3 | 111 | 1 | 71 | 142 | 77 |
| Binary | 11111101 | 11110101 | 1000101 | 0 | 11 | 1001001 | 1 | 111001 | 1100010 | 111111 |
Color Harmonies of #FDF545
Complementary color
Monochromatic Colors of #FDF545
Black with #FDF545
Text Example
Text Example
White with #FDF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF545; }
p { color: rgb(253,245,69); }
H1.HeaderClassName
{
color: #FDF545;
}
.AnyTagClassName
{
color: #FDF545;
}
</style>
background-color css
<style>
a { background-color: #FDF545; }
a { background-color: rgb(253,245,69); }
div.DivClassName
{
background-color: #FDF545;
}
.BgClassName
{
background-color: #FDF545;
}
</style>
border-color css
<style>
span { border-color: #FDF545; }
span { border-color: rgb(253,245,69); }
td.TdClassName
{
border-color: #FDF545;
}
.TagClassName
{
border-color: #FDF545;
}
</style>