Shades of Paris Daisy #FDFF3E
Tints of Paris Daisy #FDFF3E
RGB
CMYK
RGB Variations
Color information
#FDFF3E (or 0xFDFF3E) is known color: Paris Daisy. HEX triplet: FD, FF and 3E. RGB value is (253,255,62). Sum of RGB (Red+Green+Blue) = 253+255+62=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 62 (24.61% from 255 or 10.88% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF3E is #0200C1. Grayscale: #E9E9E9. Windows color (decimal): -131266 or 4128765. OLE color: 4128765.
HSL color Cylindrical-coordinate representation of color #FDFF3E: hue angle of 60.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDFF3E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 62 | - |
| CMYK | 0.01 | 0 | 0.76 | 0 |
| HSL | 60.62º | 1% | 0.62% | - |
| HSV(B) | 60.62º | 0.76% | 1% | - |
| XYZ | 77.14 | 92.75 | 18.39 | - |
| YUV | 232.4 | 31.84 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 62 | 0.01 | 0 | 0.76 | 0 | 60.62 | 1 | 0.62 |
| Hex | FD | FF | 3E | 1 | 0 | 4C | 0 | 3D | 64 | 3E |
| Octal | 375 | 377 | 76 | 1 | 0 | 114 | 0 | 75 | 144 | 76 |
| Binary | 11111101 | 11111111 | 111110 | 1 | 0 | 1001100 | 0 | 111101 | 1100100 | 111110 |
Color Harmonies of #FDFF3E
Complementary color
Monochromatic Colors of #FDFF3E
Black with #FDFF3E
Text Example
Text Example
White with #FDFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF3E; }
p { color: rgb(253,255,62); }
H1.HeaderClassName
{
color: #FDFF3E;
}
.AnyTagClassName
{
color: #FDFF3E;
}
</style>
background-color css
<style>
a { background-color: #FDFF3E; }
a { background-color: rgb(253,255,62); }
div.DivClassName
{
background-color: #FDFF3E;
}
.BgClassName
{
background-color: #FDFF3E;
}
</style>
border-color css
<style>
span { border-color: #FDFF3E; }
span { border-color: rgb(253,255,62); }
td.TdClassName
{
border-color: #FDFF3E;
}
.TagClassName
{
border-color: #FDFF3E;
}
</style>