Shades of Paris Daisy #FDF340
Tints of Paris Daisy #FDF340
RGB
CMYK
RGB Variations
Color information
#FDF340 (or 0xFDF340) is known color: Paris Daisy. HEX triplet: FD, F3 and 40. RGB value is (253,243,64). Sum of RGB (Red+Green+Blue) = 253+243+64=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 64 (25.39% from 255 or 11.43% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF340 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF340 is #020CBF. Grayscale: #E2E2E2. Windows color (decimal): -134336 or 4256765. OLE color: 4256765.
HSL color Cylindrical-coordinate representation of color #FDF340: hue angle of 56.83º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDF340 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 64 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.01 |
| HSL | 56.83º | 0.98% | 0.62% | - |
| HSV(B) | 56.83º | 0.75% | 0.99% | - |
| XYZ | 73.48 | 85.35 | 17.45 | - |
| YUV | 225.58 | 36.81 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 64 | 0 | 0.04 | 0.75 | 0.01 | 56.83 | 0.98 | 0.62 |
| Hex | FD | F3 | 40 | 0 | 4 | 4B | 1 | 39 | 62 | 3E |
| Octal | 375 | 363 | 100 | 0 | 4 | 113 | 1 | 71 | 142 | 76 |
| Binary | 11111101 | 11110011 | 1000000 | 0 | 100 | 1001011 | 1 | 111001 | 1100010 | 111110 |
Color Harmonies of #FDF340
Complementary color
Monochromatic Colors of #FDF340
Black with #FDF340
Text Example
Text Example
White with #FDF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF340; }
p { color: rgb(253,243,64); }
H1.HeaderClassName
{
color: #FDF340;
}
.AnyTagClassName
{
color: #FDF340;
}
</style>
background-color css
<style>
a { background-color: #FDF340; }
a { background-color: rgb(253,243,64); }
div.DivClassName
{
background-color: #FDF340;
}
.BgClassName
{
background-color: #FDF340;
}
</style>
border-color css
<style>
span { border-color: #FDF340; }
span { border-color: rgb(253,243,64); }
td.TdClassName
{
border-color: #FDF340;
}
.TagClassName
{
border-color: #FDF340;
}
</style>