Shades of Paris Daisy #FDE250
Tints of Paris Daisy #FDE250
RGB
CMYK
RGB Variations
Color information
#FDE250 (or 0xFDE250) is known color: Paris Daisy. HEX triplet: FD, E2 and 50. RGB value is (253,226,80). Sum of RGB (Red+Green+Blue) = 253+226+80=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 80 (31.64% from 255 or 14.31% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE250 is #021DAF. Grayscale: #DADADA. Windows color (decimal): -138672 or 5300989. OLE color: 5300989.
HSL color Cylindrical-coordinate representation of color #FDE250: hue angle of 50.64º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDE250 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 80 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.01 |
| HSL | 50.64º | 0.98% | 0.65% | - |
| HSV(B) | 50.64º | 0.68% | 0.99% | - |
| XYZ | 69.15 | 75.85 | 18.59 | - |
| YUV | 217.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 80 | 0 | 0.11 | 0.68 | 0.01 | 50.64 | 0.98 | 0.65 |
| Hex | FD | E2 | 50 | 0 | B | 44 | 1 | 33 | 62 | 41 |
| Octal | 375 | 342 | 120 | 0 | 13 | 104 | 1 | 63 | 142 | 101 |
| Binary | 11111101 | 11100010 | 1010000 | 0 | 1011 | 1000100 | 1 | 110011 | 1100010 | 1000001 |
Color Harmonies of #FDE250
Complementary color
Monochromatic Colors of #FDE250
Black with #FDE250
Text Example
Text Example
White with #FDE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE250; }
p { color: rgb(253,226,80); }
H1.HeaderClassName
{
color: #FDE250;
}
.AnyTagClassName
{
color: #FDE250;
}
</style>
background-color css
<style>
a { background-color: #FDE250; }
a { background-color: rgb(253,226,80); }
div.DivClassName
{
background-color: #FDE250;
}
.BgClassName
{
background-color: #FDE250;
}
</style>
border-color css
<style>
span { border-color: #FDE250; }
span { border-color: rgb(253,226,80); }
td.TdClassName
{
border-color: #FDE250;
}
.TagClassName
{
border-color: #FDE250;
}
</style>