Shades of Paris Daisy #FDF740
Tints of Paris Daisy #FDF740
RGB
CMYK
RGB Variations
Color information
#FDF740 (or 0xFDF740) is known color: Paris Daisy. HEX triplet: FD, F7 and 40. RGB value is (253,247,64). Sum of RGB (Red+Green+Blue) = 253+247+64=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 64 (25.39% from 255 or 11.35% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF740 is #0208BF. Grayscale: #E4E4E4. Windows color (decimal): -133312 or 4257789. OLE color: 4257789.
HSL color Cylindrical-coordinate representation of color #FDF740: hue angle of 58.1º 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 #FDF740 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 64 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.01 |
| HSL | 58.1º | 0.98% | 0.62% | - |
| HSV(B) | 58.1º | 0.75% | 0.99% | - |
| XYZ | 74.69 | 87.77 | 17.86 | - |
| YUV | 227.93 | 35.49 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 64 | 0 | 0.02 | 0.75 | 0.01 | 58.1 | 0.98 | 0.62 |
| Hex | FD | F7 | 40 | 0 | 2 | 4B | 1 | 3A | 62 | 3E |
| Octal | 375 | 367 | 100 | 0 | 2 | 113 | 1 | 72 | 142 | 76 |
| Binary | 11111101 | 11110111 | 1000000 | 0 | 10 | 1001011 | 1 | 111010 | 1100010 | 111110 |
Color Harmonies of #FDF740
Complementary color
Monochromatic Colors of #FDF740
Black with #FDF740
Text Example
Text Example
White with #FDF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF740; }
p { color: rgb(253,247,64); }
H1.HeaderClassName
{
color: #FDF740;
}
.AnyTagClassName
{
color: #FDF740;
}
</style>
background-color css
<style>
a { background-color: #FDF740; }
a { background-color: rgb(253,247,64); }
div.DivClassName
{
background-color: #FDF740;
}
.BgClassName
{
background-color: #FDF740;
}
</style>
border-color css
<style>
span { border-color: #FDF740; }
span { border-color: rgb(253,247,64); }
td.TdClassName
{
border-color: #FDF740;
}
.TagClassName
{
border-color: #FDF740;
}
</style>