Shades of Paris Daisy #FDE44B
Tints of Paris Daisy #FDE44B
RGB
CMYK
RGB Variations
Color information
#FDE44B (or 0xFDE44B) is known color: Paris Daisy. HEX triplet: FD, E4 and 4B. RGB value is (253,228,75). Sum of RGB (Red+Green+Blue) = 253+228+75=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 75 (29.69% from 255 or 13.49% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE44B is #021BB4. Grayscale: #DADADA. Windows color (decimal): -138165 or 4973821. OLE color: 4973821.
HSL color Cylindrical-coordinate representation of color #FDE44B: hue angle of 51.57º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDE44B is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 75 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.01 |
| HSL | 51.57º | 0.98% | 0.64% | - |
| HSV(B) | 51.57º | 0.7% | 0.99% | - |
| XYZ | 69.52 | 76.88 | 17.83 | - |
| YUV | 218.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 75 | 0 | 0.10 | 0.70 | 0.01 | 51.57 | 0.98 | 0.64 |
| Hex | FD | E4 | 4B | 0 | A | 46 | 1 | 34 | 62 | 40 |
| Octal | 375 | 344 | 113 | 0 | 12 | 106 | 1 | 64 | 142 | 100 |
| Binary | 11111101 | 11100100 | 1001011 | 0 | 1010 | 1000110 | 1 | 110100 | 1100010 | 1000000 |
Color Harmonies of #FDE44B
Complementary color
Monochromatic Colors of #FDE44B
Black with #FDE44B
Text Example
Text Example
White with #FDE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE44B; }
p { color: rgb(253,228,75); }
H1.HeaderClassName
{
color: #FDE44B;
}
.AnyTagClassName
{
color: #FDE44B;
}
</style>
background-color css
<style>
a { background-color: #FDE44B; }
a { background-color: rgb(253,228,75); }
div.DivClassName
{
background-color: #FDE44B;
}
.BgClassName
{
background-color: #FDE44B;
}
</style>
border-color css
<style>
span { border-color: #FDE44B; }
span { border-color: rgb(253,228,75); }
td.TdClassName
{
border-color: #FDE44B;
}
.TagClassName
{
border-color: #FDE44B;
}
</style>