Shades of Paris Daisy #FFFD48
Tints of Paris Daisy #FFFD48
RGB
CMYK
RGB Variations
Color information
#FFFD48 (or 0xFFFD48) is known color: Paris Daisy. HEX triplet: FF, FD and 48. RGB value is (255,253,72). Sum of RGB (Red+Green+Blue) = 255+253+72=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 72 (28.52% from 255 or 12.41% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD48 is #0002B7. Grayscale: #E9E9E9. Windows color (decimal): -696 or 4783615. OLE color: 4783615.
HSL color Cylindrical-coordinate representation of color #FFFD48: hue angle of 59.34º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFFD48 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 72 | - |
| CMYK | 0 | 0.01 | 0.72 | 0 |
| HSL | 59.34º | 1% | 0.64% | - |
| HSV(B) | 59.34º | 0.72% | 1% | - |
| XYZ | 77.53 | 91.98 | 19.8 | - |
| YUV | 232.96 | 37.16 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 72 | 0 | 0.01 | 0.72 | 0 | 59.34 | 1 | 0.64 |
| Hex | FF | FD | 48 | 0 | 1 | 48 | 0 | 3B | 64 | 40 |
| Octal | 377 | 375 | 110 | 0 | 1 | 110 | 0 | 73 | 144 | 100 |
| Binary | 11111111 | 11111101 | 1001000 | 0 | 1 | 1001000 | 0 | 111011 | 1100100 | 1000000 |
Color Harmonies of #FFFD48
Complementary color
Monochromatic Colors of #FFFD48
Black with #FFFD48
Text Example
Text Example
White with #FFFD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD48; }
p { color: rgb(255,253,72); }
H1.HeaderClassName
{
color: #FFFD48;
}
.AnyTagClassName
{
color: #FFFD48;
}
</style>
background-color css
<style>
a { background-color: #FFFD48; }
a { background-color: rgb(255,253,72); }
div.DivClassName
{
background-color: #FFFD48;
}
.BgClassName
{
background-color: #FFFD48;
}
</style>
border-color css
<style>
span { border-color: #FFFD48; }
span { border-color: rgb(255,253,72); }
td.TdClassName
{
border-color: #FFFD48;
}
.TagClassName
{
border-color: #FFFD48;
}
</style>