Shades of Paris Daisy #FDED4D
Tints of Paris Daisy #FDED4D
RGB
CMYK
RGB Variations
Color information
#FDED4D (or 0xFDED4D) is known color: Paris Daisy. HEX triplet: FD, ED and 4D. RGB value is (253,237,77). Sum of RGB (Red+Green+Blue) = 253+237+77=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 77 (30.47% from 255 or 13.58% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED4D is #0212B2. Grayscale: #E0E0E0. Windows color (decimal): -135859 or 5107197. OLE color: 5107197.
HSL color Cylindrical-coordinate representation of color #FDED4D: hue angle of 54.55º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDED4D is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 77 | - |
CMYK | 0 | 0.06 | 0.70 | 0.01 |
HSL | 54.55º | 0.98% | 0.65% | - |
HSV(B) | 54.55º | 0.7% | 0.99% | - |
XYZ | 72.13 | 81.99 | 19.04 | - |
YUV | 223.54 | 45.3 | 149.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 77 | 0 | 0.06 | 0.70 | 0.01 | 54.55 | 0.98 | 0.65 |
Hex | FD | ED | 4D | 0 | 6 | 46 | 1 | 37 | 62 | 41 |
Octal | 375 | 355 | 115 | 0 | 6 | 106 | 1 | 67 | 142 | 101 |
Binary | 11111101 | 11101101 | 1001101 | 0 | 110 | 1000110 | 1 | 110111 | 1100010 | 1000001 |
Color Harmonies of #FDED4D
Complementary color
Monochromatic Colors of #FDED4D
Black with #FDED4D
Text Example
Text Example
White with #FDED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED4D; }
p { color: rgb(253,237,77); }
H1.HeaderClassName
{
color: #FDED4D;
}
.AnyTagClassName
{
color: #FDED4D;
}
</style>
background-color css
<style>
a { background-color: #FDED4D; }
a { background-color: rgb(253,237,77); }
div.DivClassName
{
background-color: #FDED4D;
}
.BgClassName
{
background-color: #FDED4D;
}
</style>
border-color css
<style>
span { border-color: #FDED4D; }
span { border-color: rgb(253,237,77); }
td.TdClassName
{
border-color: #FDED4D;
}
.TagClassName
{
border-color: #FDED4D;
}
</style>