Shades of Paris Daisy #FCFC3C
Tints of Paris Daisy #FCFC3C
RGB
CMYK
RGB Variations
Color information
#FCFC3C (or 0xFCFC3C) is known color: Paris Daisy. HEX triplet: FC, FC and 3C. RGB value is (252,252,60). Sum of RGB (Red+Green+Blue) = 252+252+60=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 60 (23.83% from 255 or 10.64% from 564); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC3C is #0303C3. Grayscale: #E6E6E6. Windows color (decimal): -197572 or 3996924. OLE color: 3996924.
HSL color Cylindrical-coordinate representation of color #FCFC3C: hue angle of 60º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCFC3C is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 60 | - |
| CMYK | 0 | 0 | 0.76 | 0.01 |
| HSL | 60º | 0.97% | 0.61% | - |
| HSV(B) | 60º | 0.76% | 0.99% | - |
| XYZ | 75.77 | 90.64 | 17.78 | - |
| YUV | 230.11 | 32 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 60 | 0 | 0 | 0.76 | 0.01 | 60 | 0.97 | 0.61 |
| Hex | FC | FC | 3C | 0 | 0 | 4C | 1 | 3C | 61 | 3D |
| Octal | 374 | 374 | 74 | 0 | 0 | 114 | 1 | 74 | 141 | 75 |
| Binary | 11111100 | 11111100 | 111100 | 0 | 0 | 1001100 | 1 | 111100 | 1100001 | 111101 |
Color Harmonies of #FCFC3C
Complementary color
Monochromatic Colors of #FCFC3C
Black with #FCFC3C
Text Example
Text Example
White with #FCFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC3C; }
p { color: rgb(252,252,60); }
H1.HeaderClassName
{
color: #FCFC3C;
}
.AnyTagClassName
{
color: #FCFC3C;
}
</style>
background-color css
<style>
a { background-color: #FCFC3C; }
a { background-color: rgb(252,252,60); }
div.DivClassName
{
background-color: #FCFC3C;
}
.BgClassName
{
background-color: #FCFC3C;
}
</style>
border-color css
<style>
span { border-color: #FCFC3C; }
span { border-color: rgb(252,252,60); }
td.TdClassName
{
border-color: #FCFC3C;
}
.TagClassName
{
border-color: #FCFC3C;
}
</style>