Shades of Paris Daisy #FCFC40
Tints of Paris Daisy #FCFC40
RGB
CMYK
RGB Variations
Color information
#FCFC40 (or 0xFCFC40) is known color: Paris Daisy. HEX triplet: FC, FC and 40. RGB value is (252,252,64). Sum of RGB (Red+Green+Blue) = 252+252+64=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 64 (25.39% from 255 or 11.27% from 568); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC40 is #0303BF. Grayscale: #E7E7E7. Windows color (decimal): -197568 or 4259068. OLE color: 4259068.
HSL color Cylindrical-coordinate representation of color #FCFC40: hue angle of 60º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCFC40 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 64 | - |
| CMYK | 0 | 0 | 0.75 | 0.01 |
| HSL | 60º | 0.97% | 0.62% | - |
| HSV(B) | 60º | 0.75% | 0.99% | - |
| XYZ | 75.88 | 90.69 | 18.36 | - |
| YUV | 230.57 | 34 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 64 | 0 | 0 | 0.75 | 0.01 | 60 | 0.97 | 0.62 |
| Hex | FC | FC | 40 | 0 | 0 | 4B | 1 | 3C | 61 | 3E |
| Octal | 374 | 374 | 100 | 0 | 0 | 113 | 1 | 74 | 141 | 76 |
| Binary | 11111100 | 11111100 | 1000000 | 0 | 0 | 1001011 | 1 | 111100 | 1100001 | 111110 |
Color Harmonies of #FCFC40
Complementary color
Monochromatic Colors of #FCFC40
Black with #FCFC40
Text Example
Text Example
White with #FCFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC40; }
p { color: rgb(252,252,64); }
H1.HeaderClassName
{
color: #FCFC40;
}
.AnyTagClassName
{
color: #FCFC40;
}
</style>
background-color css
<style>
a { background-color: #FCFC40; }
a { background-color: rgb(252,252,64); }
div.DivClassName
{
background-color: #FCFC40;
}
.BgClassName
{
background-color: #FCFC40;
}
</style>
border-color css
<style>
span { border-color: #FCFC40; }
span { border-color: rgb(252,252,64); }
td.TdClassName
{
border-color: #FCFC40;
}
.TagClassName
{
border-color: #FCFC40;
}
</style>