Shades of Paris Daisy #FDF350
Tints of Paris Daisy #FDF350
RGB
CMYK
RGB Variations
Color information
#FDF350 (or 0xFDF350) is known color: Paris Daisy. HEX triplet: FD, F3 and 50. RGB value is (253,243,80). Sum of RGB (Red+Green+Blue) = 253+243+80=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 80 (31.64% from 255 or 13.89% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF350 is #020CAF. Grayscale: #E4E4E4. Windows color (decimal): -134320 or 5305341. OLE color: 5305341.
HSL color Cylindrical-coordinate representation of color #FDF350: hue angle of 56.53º 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 #FDF350 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 80 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.01 |
| HSL | 56.53º | 0.98% | 0.65% | - |
| HSV(B) | 56.53º | 0.68% | 0.99% | - |
| XYZ | 74.01 | 85.56 | 20.2 | - |
| YUV | 227.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 80 | 0 | 0.04 | 0.68 | 0.01 | 56.53 | 0.98 | 0.65 |
| Hex | FD | F3 | 50 | 0 | 4 | 44 | 1 | 39 | 62 | 41 |
| Octal | 375 | 363 | 120 | 0 | 4 | 104 | 1 | 71 | 142 | 101 |
| Binary | 11111101 | 11110011 | 1010000 | 0 | 100 | 1000100 | 1 | 111001 | 1100010 | 1000001 |
Color Harmonies of #FDF350
Complementary color
Monochromatic Colors of #FDF350
Black with #FDF350
Text Example
Text Example
White with #FDF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF350; }
p { color: rgb(253,243,80); }
H1.HeaderClassName
{
color: #FDF350;
}
.AnyTagClassName
{
color: #FDF350;
}
</style>
background-color css
<style>
a { background-color: #FDF350; }
a { background-color: rgb(253,243,80); }
div.DivClassName
{
background-color: #FDF350;
}
.BgClassName
{
background-color: #FDF350;
}
</style>
border-color css
<style>
span { border-color: #FDF350; }
span { border-color: rgb(253,243,80); }
td.TdClassName
{
border-color: #FDF350;
}
.TagClassName
{
border-color: #FDF350;
}
</style>