Shades of Paris Daisy #FFFC50
Tints of Paris Daisy #FFFC50
RGB
CMYK
RGB Variations
Color information
#FFFC50 (or 0xFFFC50) is known color: Paris Daisy. HEX triplet: FF, FC and 50. RGB value is (255,252,80). Sum of RGB (Red+Green+Blue) = 255+252+80=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 80 (31.64% from 255 or 13.63% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC50 is #0003AF. Grayscale: #E9E9E9. Windows color (decimal): -944 or 5307647. OLE color: 5307647.
HSL color Cylindrical-coordinate representation of color #FFFC50: hue angle of 58.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFFC50 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 80 | - |
| CMYK | 0 | 0.01 | 0.69 | 0 |
| HSL | 58.97º | 1% | 0.66% | - |
| HSV(B) | 58.97º | 0.69% | 1% | - |
| XYZ | 77.5 | 91.46 | 21.16 | - |
| YUV | 233.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 80 | 0 | 0.01 | 0.69 | 0 | 58.97 | 1 | 0.66 |
| Hex | FF | FC | 50 | 0 | 1 | 45 | 0 | 3B | 64 | 42 |
| Octal | 377 | 374 | 120 | 0 | 1 | 105 | 0 | 73 | 144 | 102 |
| Binary | 11111111 | 11111100 | 1010000 | 0 | 1 | 1000101 | 0 | 111011 | 1100100 | 1000010 |
Color Harmonies of #FFFC50
Complementary color
Monochromatic Colors of #FFFC50
Black with #FFFC50
Text Example
Text Example
White with #FFFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC50; }
p { color: rgb(255,252,80); }
H1.HeaderClassName
{
color: #FFFC50;
}
.AnyTagClassName
{
color: #FFFC50;
}
</style>
background-color css
<style>
a { background-color: #FFFC50; }
a { background-color: rgb(255,252,80); }
div.DivClassName
{
background-color: #FFFC50;
}
.BgClassName
{
background-color: #FFFC50;
}
</style>
border-color css
<style>
span { border-color: #FFFC50; }
span { border-color: rgb(255,252,80); }
td.TdClassName
{
border-color: #FFFC50;
}
.TagClassName
{
border-color: #FFFC50;
}
</style>