Shades of Paris Daisy #FDEF55
Tints of Paris Daisy #FDEF55
RGB
CMYK
RGB Variations
Color information
#FDEF55 (or 0xFDEF55) is known color: Paris Daisy. HEX triplet: FD, EF and 55. RGB value is (253,239,85). Sum of RGB (Red+Green+Blue) = 253+239+85=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 85 (33.59% from 255 or 14.73% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF55 is #0210AA. Grayscale: #E2E2E2. Windows color (decimal): -135339 or 5631997. OLE color: 5631997.
HSL color Cylindrical-coordinate representation of color #FDEF55: hue angle of 55º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDEF55 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 85 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.01 |
| HSL | 55º | 0.98% | 0.66% | - |
| HSV(B) | 55º | 0.66% | 0.99% | - |
| XYZ | 73.01 | 83.27 | 20.82 | - |
| YUV | 225.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 85 | 0 | 0.06 | 0.66 | 0.01 | 55 | 0.98 | 0.66 |
| Hex | FD | EF | 55 | 0 | 6 | 42 | 1 | 37 | 62 | 42 |
| Octal | 375 | 357 | 125 | 0 | 6 | 102 | 1 | 67 | 142 | 102 |
| Binary | 11111101 | 11101111 | 1010101 | 0 | 110 | 1000010 | 1 | 110111 | 1100010 | 1000010 |
Color Harmonies of #FDEF55
Complementary color
Monochromatic Colors of #FDEF55
Black with #FDEF55
Text Example
Text Example
White with #FDEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF55; }
p { color: rgb(253,239,85); }
H1.HeaderClassName
{
color: #FDEF55;
}
.AnyTagClassName
{
color: #FDEF55;
}
</style>
background-color css
<style>
a { background-color: #FDEF55; }
a { background-color: rgb(253,239,85); }
div.DivClassName
{
background-color: #FDEF55;
}
.BgClassName
{
background-color: #FDEF55;
}
</style>
border-color css
<style>
span { border-color: #FDEF55; }
span { border-color: rgb(253,239,85); }
td.TdClassName
{
border-color: #FDEF55;
}
.TagClassName
{
border-color: #FDEF55;
}
</style>