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