Shades of Paris Daisy #FCFF3E
Tints of Paris Daisy #FCFF3E
RGB
CMYK
RGB Variations
Color information
#FCFF3E (or 0xFCFF3E) is known color: Paris Daisy. HEX triplet: FC, FF and 3E. RGB value is (252,255,62). Sum of RGB (Red+Green+Blue) = 252+255+62=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 62 (24.61% from 255 or 10.90% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF3E is #0300C1. Grayscale: #E8E8E8. Windows color (decimal): -196802 or 4128764. OLE color: 4128764.
HSL color Cylindrical-coordinate representation of color #FCFF3E: hue angle of 60.93º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCFF3E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 62 | - |
| CMYK | 0.01 | 0 | 0.76 | 0 |
| HSL | 60.93º | 1% | 0.62% | - |
| HSV(B) | 60.93º | 0.76% | 1% | - |
| XYZ | 76.77 | 92.56 | 18.38 | - |
| YUV | 232.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 62 | 0.01 | 0 | 0.76 | 0 | 60.93 | 1 | 0.62 |
| Hex | FC | FF | 3E | 1 | 0 | 4C | 0 | 3D | 64 | 3E |
| Octal | 374 | 377 | 76 | 1 | 0 | 114 | 0 | 75 | 144 | 76 |
| Binary | 11111100 | 11111111 | 111110 | 1 | 0 | 1001100 | 0 | 111101 | 1100100 | 111110 |
Color Harmonies of #FCFF3E
Complementary color
Monochromatic Colors of #FCFF3E
Black with #FCFF3E
Text Example
Text Example
White with #FCFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF3E; }
p { color: rgb(252,255,62); }
H1.HeaderClassName
{
color: #FCFF3E;
}
.AnyTagClassName
{
color: #FCFF3E;
}
</style>
background-color css
<style>
a { background-color: #FCFF3E; }
a { background-color: rgb(252,255,62); }
div.DivClassName
{
background-color: #FCFF3E;
}
.BgClassName
{
background-color: #FCFF3E;
}
</style>
border-color css
<style>
span { border-color: #FCFF3E; }
span { border-color: rgb(252,255,62); }
td.TdClassName
{
border-color: #FCFF3E;
}
.TagClassName
{
border-color: #FCFF3E;
}
</style>