Shades of Paris Daisy #FDE654
Tints of Paris Daisy #FDE654
RGB
CMYK
RGB Variations
Color information
#FDE654 (or 0xFDE654) is known color: Paris Daisy. HEX triplet: FD, E6 and 54. RGB value is (253,230,84). Sum of RGB (Red+Green+Blue) = 253+230+84=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 84 (33.20% from 255 or 14.81% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE654 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE654 is #0219AB. Grayscale: #DCDCDC. Windows color (decimal): -137644 or 5564157. OLE color: 5564157.
HSL color Cylindrical-coordinate representation of color #FDE654: hue angle of 51.83º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDE654 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 84 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.01 |
| HSL | 51.83º | 0.98% | 0.66% | - |
| HSV(B) | 51.83º | 0.67% | 0.99% | - |
| XYZ | 70.41 | 78.12 | 19.75 | - |
| YUV | 220.23 | 51.12 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 84 | 0 | 0.09 | 0.67 | 0.01 | 51.83 | 0.98 | 0.66 |
| Hex | FD | E6 | 54 | 0 | 9 | 43 | 1 | 34 | 62 | 42 |
| Octal | 375 | 346 | 124 | 0 | 11 | 103 | 1 | 64 | 142 | 102 |
| Binary | 11111101 | 11100110 | 1010100 | 0 | 1001 | 1000011 | 1 | 110100 | 1100010 | 1000010 |
Color Harmonies of #FDE654
Complementary color
Monochromatic Colors of #FDE654
Black with #FDE654
Text Example
Text Example
White with #FDE654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE654; }
p { color: rgb(253,230,84); }
H1.HeaderClassName
{
color: #FDE654;
}
.AnyTagClassName
{
color: #FDE654;
}
</style>
background-color css
<style>
a { background-color: #FDE654; }
a { background-color: rgb(253,230,84); }
div.DivClassName
{
background-color: #FDE654;
}
.BgClassName
{
background-color: #FDE654;
}
</style>
border-color css
<style>
span { border-color: #FDE654; }
span { border-color: rgb(253,230,84); }
td.TdClassName
{
border-color: #FDE654;
}
.TagClassName
{
border-color: #FDE654;
}
</style>