Shades of Paris Daisy #FDF63E
Tints of Paris Daisy #FDF63E
RGB
CMYK
RGB Variations
Color information
#FDF63E (or 0xFDF63E) is known color: Paris Daisy. HEX triplet: FD, F6 and 3E. RGB value is (253,246,62). Sum of RGB (Red+Green+Blue) = 253+246+62=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 62 (24.61% from 255 or 11.05% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF63E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF63E is #0209C1. Grayscale: #E3E3E3. Windows color (decimal): -133570 or 4126461. OLE color: 4126461.
HSL color Cylindrical-coordinate representation of color #FDF63E: hue angle of 57.8º 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 #FDF63E is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 62 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.01 |
| HSL | 57.8º | 0.98% | 0.62% | - |
| HSV(B) | 57.8º | 0.75% | 0.99% | - |
| XYZ | 74.33 | 87.14 | 17.46 | - |
| YUV | 227.12 | 34.82 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 62 | 0 | 0.03 | 0.75 | 0.01 | 57.8 | 0.98 | 0.62 |
| Hex | FD | F6 | 3E | 0 | 3 | 4B | 1 | 3A | 62 | 3E |
| Octal | 375 | 366 | 76 | 0 | 3 | 113 | 1 | 72 | 142 | 76 |
| Binary | 11111101 | 11110110 | 111110 | 0 | 11 | 1001011 | 1 | 111010 | 1100010 | 111110 |
Color Harmonies of #FDF63E
Complementary color
Monochromatic Colors of #FDF63E
Black with #FDF63E
Text Example
Text Example
White with #FDF63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF63E; }
p { color: rgb(253,246,62); }
H1.HeaderClassName
{
color: #FDF63E;
}
.AnyTagClassName
{
color: #FDF63E;
}
</style>
background-color css
<style>
a { background-color: #FDF63E; }
a { background-color: rgb(253,246,62); }
div.DivClassName
{
background-color: #FDF63E;
}
.BgClassName
{
background-color: #FDF63E;
}
</style>
border-color css
<style>
span { border-color: #FDF63E; }
span { border-color: rgb(253,246,62); }
td.TdClassName
{
border-color: #FDF63E;
}
.TagClassName
{
border-color: #FDF63E;
}
</style>