Shades of Paris Daisy #FDF450
Tints of Paris Daisy #FDF450
RGB
CMYK
RGB Variations
Color information
#FDF450 (or 0xFDF450) is known color: Paris Daisy. HEX triplet: FD, F4 and 50. RGB value is (253,244,80). Sum of RGB (Red+Green+Blue) = 253+244+80=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 80 (31.64% from 255 or 13.86% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF450 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF450 is #020BAF. Grayscale: #E4E4E4. Windows color (decimal): -134064 or 5305597. OLE color: 5305597.
HSL color Cylindrical-coordinate representation of color #FDF450: hue angle of 56.88º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDF450 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 80 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.01 |
| HSL | 56.88º | 0.98% | 0.65% | - |
| HSV(B) | 56.88º | 0.68% | 0.99% | - |
| XYZ | 74.31 | 86.16 | 20.3 | - |
| YUV | 228 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 80 | 0 | 0.04 | 0.68 | 0.01 | 56.88 | 0.98 | 0.65 |
| Hex | FD | F4 | 50 | 0 | 4 | 44 | 1 | 39 | 62 | 41 |
| Octal | 375 | 364 | 120 | 0 | 4 | 104 | 1 | 71 | 142 | 101 |
| Binary | 11111101 | 11110100 | 1010000 | 0 | 100 | 1000100 | 1 | 111001 | 1100010 | 1000001 |
Color Harmonies of #FDF450
Complementary color
Monochromatic Colors of #FDF450
Black with #FDF450
Text Example
Text Example
White with #FDF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF450; }
p { color: rgb(253,244,80); }
H1.HeaderClassName
{
color: #FDF450;
}
.AnyTagClassName
{
color: #FDF450;
}
</style>
background-color css
<style>
a { background-color: #FDF450; }
a { background-color: rgb(253,244,80); }
div.DivClassName
{
background-color: #FDF450;
}
.BgClassName
{
background-color: #FDF450;
}
</style>
border-color css
<style>
span { border-color: #FDF450; }
span { border-color: rgb(253,244,80); }
td.TdClassName
{
border-color: #FDF450;
}
.TagClassName
{
border-color: #FDF450;
}
</style>