Shades of Paris Daisy #FFFD4C
Tints of Paris Daisy #FFFD4C
RGB
CMYK
RGB Variations
Color information
#FFFD4C (or 0xFFFD4C) is known color: Paris Daisy. HEX triplet: FF, FD and 4C. RGB value is (255,253,76). Sum of RGB (Red+Green+Blue) = 255+253+76=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 76 (30.08% from 255 or 13.01% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD4C is #0002B3. Grayscale: #EAEAEA. Windows color (decimal): -692 or 5045759. OLE color: 5045759.
HSL color Cylindrical-coordinate representation of color #FFFD4C: hue angle of 59.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFFD4C is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 76 | - |
| CMYK | 0 | 0.01 | 0.70 | 0 |
| HSL | 59.33º | 1% | 0.65% | - |
| HSV(B) | 59.33º | 0.7% | 1% | - |
| XYZ | 77.67 | 92.03 | 20.51 | - |
| YUV | 233.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 76 | 0 | 0.01 | 0.70 | 0 | 59.33 | 1 | 0.65 |
| Hex | FF | FD | 4C | 0 | 1 | 46 | 0 | 3B | 64 | 41 |
| Octal | 377 | 375 | 114 | 0 | 1 | 106 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111101 | 1001100 | 0 | 1 | 1000110 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFD4C
Complementary color
Monochromatic Colors of #FFFD4C
Black with #FFFD4C
Text Example
Text Example
White with #FFFD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD4C; }
p { color: rgb(255,253,76); }
H1.HeaderClassName
{
color: #FFFD4C;
}
.AnyTagClassName
{
color: #FFFD4C;
}
</style>
background-color css
<style>
a { background-color: #FFFD4C; }
a { background-color: rgb(255,253,76); }
div.DivClassName
{
background-color: #FFFD4C;
}
.BgClassName
{
background-color: #FFFD4C;
}
</style>
border-color css
<style>
span { border-color: #FFFD4C; }
span { border-color: rgb(255,253,76); }
td.TdClassName
{
border-color: #FFFD4C;
}
.TagClassName
{
border-color: #FFFD4C;
}
</style>