Shades of Paris Daisy #FCFF3F
Tints of Paris Daisy #FCFF3F
RGB
CMYK
RGB Variations
Color information
#FCFF3F (or 0xFCFF3F) is known color: Paris Daisy. HEX triplet: FC, FF and 3F. RGB value is (252,255,63). Sum of RGB (Red+Green+Blue) = 252+255+63=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 63 (25% from 255 or 11.05% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF3F is #0300C0. Grayscale: #E8E8E8. Windows color (decimal): -196801 or 4194300. OLE color: 4194300.
HSL color Cylindrical-coordinate representation of color #FCFF3F: hue angle of 60.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCFF3F is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 63 | - |
| CMYK | 0.01 | 0 | 0.75 | 0 |
| HSL | 60.94º | 1% | 0.62% | - |
| HSV(B) | 60.94º | 0.75% | 1% | - |
| XYZ | 76.8 | 92.57 | 18.52 | - |
| YUV | 232.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 63 | 0.01 | 0 | 0.75 | 0 | 60.94 | 1 | 0.62 |
| Hex | FC | FF | 3F | 1 | 0 | 4B | 0 | 3D | 64 | 3E |
| Octal | 374 | 377 | 77 | 1 | 0 | 113 | 0 | 75 | 144 | 76 |
| Binary | 11111100 | 11111111 | 111111 | 1 | 0 | 1001011 | 0 | 111101 | 1100100 | 111110 |
Color Harmonies of #FCFF3F
Complementary color
Monochromatic Colors of #FCFF3F
Black with #FCFF3F
Text Example
Text Example
White with #FCFF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF3F; }
p { color: rgb(252,255,63); }
H1.HeaderClassName
{
color: #FCFF3F;
}
.AnyTagClassName
{
color: #FCFF3F;
}
</style>
background-color css
<style>
a { background-color: #FCFF3F; }
a { background-color: rgb(252,255,63); }
div.DivClassName
{
background-color: #FCFF3F;
}
.BgClassName
{
background-color: #FCFF3F;
}
</style>
border-color css
<style>
span { border-color: #FCFF3F; }
span { border-color: rgb(252,255,63); }
td.TdClassName
{
border-color: #FCFF3F;
}
.TagClassName
{
border-color: #FCFF3F;
}
</style>