Shades of Paris Daisy #FDFE46
Tints of Paris Daisy #FDFE46
RGB
CMYK
RGB Variations
Color information
#FDFE46 (or 0xFDFE46) is known color: Paris Daisy. HEX triplet: FD, FE and 46. RGB value is (253,254,70). Sum of RGB (Red+Green+Blue) = 253+254+70=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 70 (27.73% from 255 or 12.13% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE46 is #0201B9. Grayscale: #E9E9E9. Windows color (decimal): -131514 or 4652797. OLE color: 4652797.
HSL color Cylindrical-coordinate representation of color #FDFE46: hue angle of 60.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDFE46 is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 70 | - |
| CMYK | 0.00 | 0 | 0.72 | 0.00 |
| HSL | 60.33º | 0.99% | 0.64% | - |
| HSV(B) | 60.33º | 0.72% | 1% | - |
| XYZ | 77.06 | 92.21 | 19.53 | - |
| YUV | 232.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 70 | 0.00 | 0 | 0.72 | 0.00 | 60.33 | 0.99 | 0.64 |
| Hex | FD | FE | 46 | 0 | 0 | 48 | 0 | 3C | 63 | 40 |
| Octal | 375 | 376 | 106 | 0 | 0 | 110 | 0 | 74 | 143 | 100 |
| Binary | 11111101 | 11111110 | 1000110 | 0 | 0 | 1001000 | 0 | 111100 | 1100011 | 1000000 |
Color Harmonies of #FDFE46
Complementary color
Monochromatic Colors of #FDFE46
Black with #FDFE46
Text Example
Text Example
White with #FDFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE46; }
p { color: rgb(253,254,70); }
H1.HeaderClassName
{
color: #FDFE46;
}
.AnyTagClassName
{
color: #FDFE46;
}
</style>
background-color css
<style>
a { background-color: #FDFE46; }
a { background-color: rgb(253,254,70); }
div.DivClassName
{
background-color: #FDFE46;
}
.BgClassName
{
background-color: #FDFE46;
}
</style>
border-color css
<style>
span { border-color: #FDFE46; }
span { border-color: rgb(253,254,70); }
td.TdClassName
{
border-color: #FDFE46;
}
.TagClassName
{
border-color: #FDFE46;
}
</style>