Shades of Paris Daisy #FDF048
Tints of Paris Daisy #FDF048
RGB
CMYK
RGB Variations
Color information
#FDF048 (or 0xFDF048) is known color: Paris Daisy. HEX triplet: FD, F0 and 48. RGB value is (253,240,72). Sum of RGB (Red+Green+Blue) = 253+240+72=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 72 (28.52% from 255 or 12.74% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF048 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF048 is #020FB7. Grayscale: #E1E1E1. Windows color (decimal): -135096 or 4780285. OLE color: 4780285.
HSL color Cylindrical-coordinate representation of color #FDF048: hue angle of 55.69º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDF048 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 72 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.01 |
| HSL | 55.69º | 0.98% | 0.64% | - |
| HSV(B) | 55.69º | 0.72% | 0.99% | - |
| XYZ | 72.84 | 83.67 | 18.44 | - |
| YUV | 224.74 | 41.81 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 72 | 0 | 0.05 | 0.72 | 0.01 | 55.69 | 0.98 | 0.64 |
| Hex | FD | F0 | 48 | 0 | 5 | 48 | 1 | 38 | 62 | 40 |
| Octal | 375 | 360 | 110 | 0 | 5 | 110 | 1 | 70 | 142 | 100 |
| Binary | 11111101 | 11110000 | 1001000 | 0 | 101 | 1001000 | 1 | 111000 | 1100010 | 1000000 |
Color Harmonies of #FDF048
Complementary color
Monochromatic Colors of #FDF048
Black with #FDF048
Text Example
Text Example
White with #FDF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF048; }
p { color: rgb(253,240,72); }
H1.HeaderClassName
{
color: #FDF048;
}
.AnyTagClassName
{
color: #FDF048;
}
</style>
background-color css
<style>
a { background-color: #FDF048; }
a { background-color: rgb(253,240,72); }
div.DivClassName
{
background-color: #FDF048;
}
.BgClassName
{
background-color: #FDF048;
}
</style>
border-color css
<style>
span { border-color: #FDF048; }
span { border-color: rgb(253,240,72); }
td.TdClassName
{
border-color: #FDF048;
}
.TagClassName
{
border-color: #FDF048;
}
</style>