Shades of Paris Daisy #FDFF3B
Tints of Paris Daisy #FDFF3B
RGB
CMYK
RGB Variations
Color information
#FDFF3B (or 0xFDFF3B) is known color: Paris Daisy. HEX triplet: FD, FF and 3B. RGB value is (253,255,59). Sum of RGB (Red+Green+Blue) = 253+255+59=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 59 (23.44% from 255 or 10.41% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF3B is #0200C4. Grayscale: #E8E8E8. Windows color (decimal): -131269 or 3932157. OLE color: 3932157.
HSL color Cylindrical-coordinate representation of color #FDFF3B: hue angle of 60.61º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDFF3B is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 59 | - |
| CMYK | 0.01 | 0 | 0.77 | 0 |
| HSL | 60.61º | 1% | 0.62% | - |
| HSV(B) | 60.61º | 0.77% | 1% | - |
| XYZ | 77.06 | 92.72 | 17.97 | - |
| YUV | 232.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 59 | 0.01 | 0 | 0.77 | 0 | 60.61 | 1 | 0.62 |
| Hex | FD | FF | 3B | 1 | 0 | 4D | 0 | 3D | 64 | 3E |
| Octal | 375 | 377 | 73 | 1 | 0 | 115 | 0 | 75 | 144 | 76 |
| Binary | 11111101 | 11111111 | 111011 | 1 | 0 | 1001101 | 0 | 111101 | 1100100 | 111110 |
Color Harmonies of #FDFF3B
Complementary color
Monochromatic Colors of #FDFF3B
Black with #FDFF3B
Text Example
Text Example
White with #FDFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF3B; }
p { color: rgb(253,255,59); }
H1.HeaderClassName
{
color: #FDFF3B;
}
.AnyTagClassName
{
color: #FDFF3B;
}
</style>
background-color css
<style>
a { background-color: #FDFF3B; }
a { background-color: rgb(253,255,59); }
div.DivClassName
{
background-color: #FDFF3B;
}
.BgClassName
{
background-color: #FDFF3B;
}
</style>
border-color css
<style>
span { border-color: #FDFF3B; }
span { border-color: rgb(253,255,59); }
td.TdClassName
{
border-color: #FDFF3B;
}
.TagClassName
{
border-color: #FDFF3B;
}
</style>