Shades of Paris Daisy #FFFD46
Tints of Paris Daisy #FFFD46
RGB
CMYK
RGB Variations
Color information
#FFFD46 (or 0xFFFD46) is known color: Paris Daisy. HEX triplet: FF, FD and 46. RGB value is (255,253,70). Sum of RGB (Red+Green+Blue) = 255+253+70=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 70 (27.73% from 255 or 12.11% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD46 is #0002B9. Grayscale: #E9E9E9. Windows color (decimal): -698 or 4652543. OLE color: 4652543.
HSL color Cylindrical-coordinate representation of color #FFFD46: hue angle of 59.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFFD46 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 70 | - |
| CMYK | 0 | 0.01 | 0.73 | 0 |
| HSL | 59.35º | 1% | 0.64% | - |
| HSV(B) | 59.35º | 0.73% | 1% | - |
| XYZ | 77.47 | 91.95 | 19.46 | - |
| YUV | 232.74 | 36.16 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 70 | 0 | 0.01 | 0.73 | 0 | 59.35 | 1 | 0.64 |
| Hex | FF | FD | 46 | 0 | 1 | 49 | 0 | 3B | 64 | 40 |
| Octal | 377 | 375 | 106 | 0 | 1 | 111 | 0 | 73 | 144 | 100 |
| Binary | 11111111 | 11111101 | 1000110 | 0 | 1 | 1001001 | 0 | 111011 | 1100100 | 1000000 |
Color Harmonies of #FFFD46
Complementary color
Monochromatic Colors of #FFFD46
Black with #FFFD46
Text Example
Text Example
White with #FFFD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD46; }
p { color: rgb(255,253,70); }
H1.HeaderClassName
{
color: #FFFD46;
}
.AnyTagClassName
{
color: #FFFD46;
}
</style>
background-color css
<style>
a { background-color: #FFFD46; }
a { background-color: rgb(255,253,70); }
div.DivClassName
{
background-color: #FFFD46;
}
.BgClassName
{
background-color: #FFFD46;
}
</style>
border-color css
<style>
span { border-color: #FFFD46; }
span { border-color: rgb(255,253,70); }
td.TdClassName
{
border-color: #FFFD46;
}
.TagClassName
{
border-color: #FFFD46;
}
</style>