Shades of Paris Daisy #FDEF45
Tints of Paris Daisy #FDEF45
RGB
CMYK
RGB Variations
Color information
#FDEF45 (or 0xFDEF45) is known color: Paris Daisy. HEX triplet: FD, EF and 45. RGB value is (253,239,69). Sum of RGB (Red+Green+Blue) = 253+239+69=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 69 (27.34% from 255 or 12.30% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF45 is #0210BA. Grayscale: #E0E0E0. Windows color (decimal): -135355 or 4583421. OLE color: 4583421.
HSL color Cylindrical-coordinate representation of color #FDEF45: hue angle of 55.43º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDEF45 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 69 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.01 |
| HSL | 55.43º | 0.98% | 0.63% | - |
| HSV(B) | 55.43º | 0.73% | 0.99% | - |
| XYZ | 72.45 | 83.05 | 17.84 | - |
| YUV | 223.81 | 40.64 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 69 | 0 | 0.06 | 0.73 | 0.01 | 55.43 | 0.98 | 0.63 |
| Hex | FD | EF | 45 | 0 | 6 | 49 | 1 | 37 | 62 | 3F |
| Octal | 375 | 357 | 105 | 0 | 6 | 111 | 1 | 67 | 142 | 77 |
| Binary | 11111101 | 11101111 | 1000101 | 0 | 110 | 1001001 | 1 | 110111 | 1100010 | 111111 |
Color Harmonies of #FDEF45
Complementary color
Monochromatic Colors of #FDEF45
Black with #FDEF45
Text Example
Text Example
White with #FDEF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF45; }
p { color: rgb(253,239,69); }
H1.HeaderClassName
{
color: #FDEF45;
}
.AnyTagClassName
{
color: #FDEF45;
}
</style>
background-color css
<style>
a { background-color: #FDEF45; }
a { background-color: rgb(253,239,69); }
div.DivClassName
{
background-color: #FDEF45;
}
.BgClassName
{
background-color: #FDEF45;
}
</style>
border-color css
<style>
span { border-color: #FDEF45; }
span { border-color: rgb(253,239,69); }
td.TdClassName
{
border-color: #FDEF45;
}
.TagClassName
{
border-color: #FDEF45;
}
</style>