Shades of Paris Daisy #FDF454
Tints of Paris Daisy #FDF454
RGB
CMYK
RGB Variations
Color information
#FDF454 (or 0xFDF454) is known color: Paris Daisy. HEX triplet: FD, F4 and 54. RGB value is (253,244,84). Sum of RGB (Red+Green+Blue) = 253+244+84=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 84 (33.20% from 255 or 14.46% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF454 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF454 is #020BAB. Grayscale: #E5E5E5. Windows color (decimal): -134060 or 5567741. OLE color: 5567741.
HSL color Cylindrical-coordinate representation of color #FDF454: hue angle of 56.8º 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 #FDF454 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 84 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.01 |
| HSL | 56.8º | 0.98% | 0.66% | - |
| HSV(B) | 56.8º | 0.67% | 0.99% | - |
| XYZ | 74.46 | 86.22 | 21.11 | - |
| YUV | 228.45 | 46.48 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 84 | 0 | 0.04 | 0.67 | 0.01 | 56.8 | 0.98 | 0.66 |
| Hex | FD | F4 | 54 | 0 | 4 | 43 | 1 | 39 | 62 | 42 |
| Octal | 375 | 364 | 124 | 0 | 4 | 103 | 1 | 71 | 142 | 102 |
| Binary | 11111101 | 11110100 | 1010100 | 0 | 100 | 1000011 | 1 | 111001 | 1100010 | 1000010 |
Color Harmonies of #FDF454
Complementary color
Monochromatic Colors of #FDF454
Black with #FDF454
Text Example
Text Example
White with #FDF454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF454; }
p { color: rgb(253,244,84); }
H1.HeaderClassName
{
color: #FDF454;
}
.AnyTagClassName
{
color: #FDF454;
}
</style>
background-color css
<style>
a { background-color: #FDF454; }
a { background-color: rgb(253,244,84); }
div.DivClassName
{
background-color: #FDF454;
}
.BgClassName
{
background-color: #FDF454;
}
</style>
border-color css
<style>
span { border-color: #FDF454; }
span { border-color: rgb(253,244,84); }
td.TdClassName
{
border-color: #FDF454;
}
.TagClassName
{
border-color: #FDF454;
}
</style>