Shades of Paris Daisy #FFFC46
Tints of Paris Daisy #FFFC46
RGB
CMYK
RGB Variations
Color information
#FFFC46 (or 0xFFFC46) is known color: Paris Daisy. HEX triplet: FF, FC and 46. RGB value is (255,252,70). Sum of RGB (Red+Green+Blue) = 255+252+70=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 70 (27.73% from 255 or 12.13% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC46 is #0003B9. Grayscale: #E8E8E8. Windows color (decimal): -954 or 4652287. OLE color: 4652287.
HSL color Cylindrical-coordinate representation of color #FFFC46: hue angle of 59.03º 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 #FFFC46 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 70 | - |
| CMYK | 0 | 0.01 | 0.73 | 0 |
| HSL | 59.03º | 1% | 0.64% | - |
| HSV(B) | 59.03º | 0.73% | 1% | - |
| XYZ | 77.16 | 91.32 | 19.35 | - |
| YUV | 232.15 | 36.49 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 70 | 0 | 0.01 | 0.73 | 0 | 59.03 | 1 | 0.64 |
| Hex | FF | FC | 46 | 0 | 1 | 49 | 0 | 3B | 64 | 40 |
| Octal | 377 | 374 | 106 | 0 | 1 | 111 | 0 | 73 | 144 | 100 |
| Binary | 11111111 | 11111100 | 1000110 | 0 | 1 | 1001001 | 0 | 111011 | 1100100 | 1000000 |
Color Harmonies of #FFFC46
Complementary color
Monochromatic Colors of #FFFC46
Black with #FFFC46
Text Example
Text Example
White with #FFFC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC46; }
p { color: rgb(255,252,70); }
H1.HeaderClassName
{
color: #FFFC46;
}
.AnyTagClassName
{
color: #FFFC46;
}
</style>
background-color css
<style>
a { background-color: #FFFC46; }
a { background-color: rgb(255,252,70); }
div.DivClassName
{
background-color: #FFFC46;
}
.BgClassName
{
background-color: #FFFC46;
}
</style>
border-color css
<style>
span { border-color: #FFFC46; }
span { border-color: rgb(255,252,70); }
td.TdClassName
{
border-color: #FFFC46;
}
.TagClassName
{
border-color: #FFFC46;
}
</style>