Shades of Paris Daisy #FDFE3B
Tints of Paris Daisy #FDFE3B
RGB
CMYK
RGB Variations
Color information
#FDFE3B (or 0xFDFE3B) is known color: Paris Daisy. HEX triplet: FD, FE and 3B. RGB value is (253,254,59). Sum of RGB (Red+Green+Blue) = 253+254+59=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 59 (23.44% from 255 or 10.42% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE3B is #0201C4. Grayscale: #E8E8E8. Windows color (decimal): -131525 or 3931901. OLE color: 3931901.
HSL color Cylindrical-coordinate representation of color #FDFE3B: hue angle of 60.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDFE3B is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 59 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.00 |
| HSL | 60.31º | 0.99% | 0.61% | - |
| HSV(B) | 60.31º | 0.77% | 1% | - |
| XYZ | 76.74 | 92.08 | 17.87 | - |
| YUV | 231.47 | 30.67 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 59 | 0.00 | 0 | 0.77 | 0.00 | 60.31 | 0.99 | 0.61 |
| Hex | FD | FE | 3B | 0 | 0 | 4D | 0 | 3C | 63 | 3D |
| Octal | 375 | 376 | 73 | 0 | 0 | 115 | 0 | 74 | 143 | 75 |
| Binary | 11111101 | 11111110 | 111011 | 0 | 0 | 1001101 | 0 | 111100 | 1100011 | 111101 |
Color Harmonies of #FDFE3B
Complementary color
Monochromatic Colors of #FDFE3B
Black with #FDFE3B
Text Example
Text Example
White with #FDFE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE3B; }
p { color: rgb(253,254,59); }
H1.HeaderClassName
{
color: #FDFE3B;
}
.AnyTagClassName
{
color: #FDFE3B;
}
</style>
background-color css
<style>
a { background-color: #FDFE3B; }
a { background-color: rgb(253,254,59); }
div.DivClassName
{
background-color: #FDFE3B;
}
.BgClassName
{
background-color: #FDFE3B;
}
</style>
border-color css
<style>
span { border-color: #FDFE3B; }
span { border-color: rgb(253,254,59); }
td.TdClassName
{
border-color: #FDFE3B;
}
.TagClassName
{
border-color: #FDFE3B;
}
</style>