Shades of Paris Daisy #FFFD4A
Tints of Paris Daisy #FFFD4A
RGB
CMYK
RGB Variations
Color information
#FFFD4A (or 0xFFFD4A) is known color: Paris Daisy. HEX triplet: FF, FD and 4A. RGB value is (255,253,74). Sum of RGB (Red+Green+Blue) = 255+253+74=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 74 (29.30% from 255 or 12.71% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD4A is #0002B5. Grayscale: #E9E9E9. Windows color (decimal): -694 or 4914687. OLE color: 4914687.
HSL color Cylindrical-coordinate representation of color #FFFD4A: hue angle of 59.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFFD4A is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 74 | - |
| CMYK | 0 | 0.01 | 0.71 | 0 |
| HSL | 59.34º | 1% | 0.65% | - |
| HSV(B) | 59.34º | 0.71% | 1% | - |
| XYZ | 77.6 | 92 | 20.15 | - |
| YUV | 233.19 | 38.16 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 74 | 0 | 0.01 | 0.71 | 0 | 59.34 | 1 | 0.65 |
| Hex | FF | FD | 4A | 0 | 1 | 47 | 0 | 3B | 64 | 41 |
| Octal | 377 | 375 | 112 | 0 | 1 | 107 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111101 | 1001010 | 0 | 1 | 1000111 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFD4A
Complementary color
Monochromatic Colors of #FFFD4A
Black with #FFFD4A
Text Example
Text Example
White with #FFFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD4A; }
p { color: rgb(255,253,74); }
H1.HeaderClassName
{
color: #FFFD4A;
}
.AnyTagClassName
{
color: #FFFD4A;
}
</style>
background-color css
<style>
a { background-color: #FFFD4A; }
a { background-color: rgb(255,253,74); }
div.DivClassName
{
background-color: #FFFD4A;
}
.BgClassName
{
background-color: #FFFD4A;
}
</style>
border-color css
<style>
span { border-color: #FFFD4A; }
span { border-color: rgb(255,253,74); }
td.TdClassName
{
border-color: #FFFD4A;
}
.TagClassName
{
border-color: #FFFD4A;
}
</style>