Shades of Paris Daisy #FDF248
Tints of Paris Daisy #FDF248
RGB
CMYK
RGB Variations
Color information
#FDF248 (or 0xFDF248) is known color: Paris Daisy. HEX triplet: FD, F2 and 48. RGB value is (253,242,72). Sum of RGB (Red+Green+Blue) = 253+242+72=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 72 (28.52% from 255 or 12.70% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF248 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF248 is #020DB7. Grayscale: #E2E2E2. Windows color (decimal): -134584 or 4780797. OLE color: 4780797.
HSL color Cylindrical-coordinate representation of color #FDF248: hue angle of 56.35º 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 #FDF248 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 72 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.01 |
| HSL | 56.35º | 0.98% | 0.64% | - |
| HSV(B) | 56.35º | 0.72% | 0.99% | - |
| XYZ | 73.43 | 84.85 | 18.64 | - |
| YUV | 225.91 | 41.14 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 72 | 0 | 0.04 | 0.72 | 0.01 | 56.35 | 0.98 | 0.64 |
| Hex | FD | F2 | 48 | 0 | 4 | 48 | 1 | 38 | 62 | 40 |
| Octal | 375 | 362 | 110 | 0 | 4 | 110 | 1 | 70 | 142 | 100 |
| Binary | 11111101 | 11110010 | 1001000 | 0 | 100 | 1001000 | 1 | 111000 | 1100010 | 1000000 |
Color Harmonies of #FDF248
Complementary color
Monochromatic Colors of #FDF248
Black with #FDF248
Text Example
Text Example
White with #FDF248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF248; }
p { color: rgb(253,242,72); }
H1.HeaderClassName
{
color: #FDF248;
}
.AnyTagClassName
{
color: #FDF248;
}
</style>
background-color css
<style>
a { background-color: #FDF248; }
a { background-color: rgb(253,242,72); }
div.DivClassName
{
background-color: #FDF248;
}
.BgClassName
{
background-color: #FDF248;
}
</style>
border-color css
<style>
span { border-color: #FDF248; }
span { border-color: rgb(253,242,72); }
td.TdClassName
{
border-color: #FDF248;
}
.TagClassName
{
border-color: #FDF248;
}
</style>