Shades of Paris Daisy #FCFC50
Tints of Paris Daisy #FCFC50
RGB
CMYK
RGB Variations
Color information
#FCFC50 (or 0xFCFC50) is known color: Paris Daisy. HEX triplet: FC, FC and 50. RGB value is (252,252,80). Sum of RGB (Red+Green+Blue) = 252+252+80=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 80 (31.64% from 255 or 13.70% from 584); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC50 is #0303AF. Grayscale: #E9E9E9. Windows color (decimal): -197552 or 5307644. OLE color: 5307644.
HSL color Cylindrical-coordinate representation of color #FCFC50: hue angle of 60º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCFC50 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 80 | - |
| CMYK | 0 | 0 | 0.68 | 0.01 |
| HSL | 60º | 0.97% | 0.65% | - |
| HSV(B) | 60º | 0.68% | 0.99% | - |
| XYZ | 76.4 | 90.9 | 21.11 | - |
| YUV | 232.39 | 42 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 80 | 0 | 0 | 0.68 | 0.01 | 60 | 0.97 | 0.65 |
| Hex | FC | FC | 50 | 0 | 0 | 44 | 1 | 3C | 61 | 41 |
| Octal | 374 | 374 | 120 | 0 | 0 | 104 | 1 | 74 | 141 | 101 |
| Binary | 11111100 | 11111100 | 1010000 | 0 | 0 | 1000100 | 1 | 111100 | 1100001 | 1000001 |
Color Harmonies of #FCFC50
Complementary color
Monochromatic Colors of #FCFC50
Black with #FCFC50
Text Example
Text Example
White with #FCFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC50; }
p { color: rgb(252,252,80); }
H1.HeaderClassName
{
color: #FCFC50;
}
.AnyTagClassName
{
color: #FCFC50;
}
</style>
background-color css
<style>
a { background-color: #FCFC50; }
a { background-color: rgb(252,252,80); }
div.DivClassName
{
background-color: #FCFC50;
}
.BgClassName
{
background-color: #FCFC50;
}
</style>
border-color css
<style>
span { border-color: #FCFC50; }
span { border-color: rgb(252,252,80); }
td.TdClassName
{
border-color: #FCFC50;
}
.TagClassName
{
border-color: #FCFC50;
}
</style>