Shades of Paris Daisy #FDF355
Tints of Paris Daisy #FDF355
RGB
CMYK
RGB Variations
Color information
#FDF355 (or 0xFDF355) is known color: Paris Daisy. HEX triplet: FD, F3 and 55. RGB value is (253,243,85). Sum of RGB (Red+Green+Blue) = 253+243+85=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 85 (33.59% from 255 or 14.63% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF355 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF355 is #020CAA. Grayscale: #E4E4E4. Windows color (decimal): -134315 or 5633021. OLE color: 5633021.
HSL color Cylindrical-coordinate representation of color #FDF355: hue angle of 56.43º 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 #FDF355 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 85 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.01 |
| HSL | 56.43º | 0.98% | 0.66% | - |
| HSV(B) | 56.43º | 0.66% | 0.99% | - |
| XYZ | 74.2 | 85.64 | 21.21 | - |
| YUV | 227.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 85 | 0 | 0.04 | 0.66 | 0.01 | 56.43 | 0.98 | 0.66 |
| Hex | FD | F3 | 55 | 0 | 4 | 42 | 1 | 38 | 62 | 42 |
| Octal | 375 | 363 | 125 | 0 | 4 | 102 | 1 | 70 | 142 | 102 |
| Binary | 11111101 | 11110011 | 1010101 | 0 | 100 | 1000010 | 1 | 111000 | 1100010 | 1000010 |
Color Harmonies of #FDF355
Complementary color
Monochromatic Colors of #FDF355
Black with #FDF355
Text Example
Text Example
White with #FDF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF355; }
p { color: rgb(253,243,85); }
H1.HeaderClassName
{
color: #FDF355;
}
.AnyTagClassName
{
color: #FDF355;
}
</style>
background-color css
<style>
a { background-color: #FDF355; }
a { background-color: rgb(253,243,85); }
div.DivClassName
{
background-color: #FDF355;
}
.BgClassName
{
background-color: #FDF355;
}
</style>
border-color css
<style>
span { border-color: #FDF355; }
span { border-color: rgb(253,243,85); }
td.TdClassName
{
border-color: #FDF355;
}
.TagClassName
{
border-color: #FDF355;
}
</style>