Shades of Paris Daisy #FDFF3D
Tints of Paris Daisy #FDFF3D
RGB
CMYK
RGB Variations
Color information
#FDFF3D (or 0xFDFF3D) is known color: Paris Daisy. HEX triplet: FD, FF and 3D. RGB value is (253,255,61). Sum of RGB (Red+Green+Blue) = 253+255+61=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 61 (24.22% from 255 or 10.72% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF3D is #0200C2. Grayscale: #E9E9E9. Windows color (decimal): -131267 or 4063229. OLE color: 4063229.
HSL color Cylindrical-coordinate representation of color #FDFF3D: 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 #FDFF3D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 61 | - |
| CMYK | 0.01 | 0 | 0.76 | 0 |
| HSL | 60.62º | 1% | 0.62% | - |
| HSV(B) | 60.62º | 0.76% | 1% | - |
| XYZ | 77.11 | 92.74 | 18.25 | - |
| YUV | 232.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 61 | 0.01 | 0 | 0.76 | 0 | 60.62 | 1 | 0.62 |
| Hex | FD | FF | 3D | 1 | 0 | 4C | 0 | 3D | 64 | 3E |
| Octal | 375 | 377 | 75 | 1 | 0 | 114 | 0 | 75 | 144 | 76 |
| Binary | 11111101 | 11111111 | 111101 | 1 | 0 | 1001100 | 0 | 111101 | 1100100 | 111110 |
Color Harmonies of #FDFF3D
Complementary color
Monochromatic Colors of #FDFF3D
Black with #FDFF3D
Text Example
Text Example
White with #FDFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF3D; }
p { color: rgb(253,255,61); }
H1.HeaderClassName
{
color: #FDFF3D;
}
.AnyTagClassName
{
color: #FDFF3D;
}
</style>
background-color css
<style>
a { background-color: #FDFF3D; }
a { background-color: rgb(253,255,61); }
div.DivClassName
{
background-color: #FDFF3D;
}
.BgClassName
{
background-color: #FDFF3D;
}
</style>
border-color css
<style>
span { border-color: #FDFF3D; }
span { border-color: rgb(253,255,61); }
td.TdClassName
{
border-color: #FDFF3D;
}
.TagClassName
{
border-color: #FDFF3D;
}
</style>