Shades of Paris Daisy #FCFF3B
Tints of Paris Daisy #FCFF3B
RGB
CMYK
RGB Variations
Color information
#FCFF3B (or 0xFCFF3B) is known color: Paris Daisy. HEX triplet: FC, FF and 3B. RGB value is (252,255,59). Sum of RGB (Red+Green+Blue) = 252+255+59=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 59 (23.44% from 255 or 10.42% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF3B is #0300C4. Grayscale: #E8E8E8. Windows color (decimal): -196805 or 3932156. OLE color: 3932156.
HSL color Cylindrical-coordinate representation of color #FCFF3B: hue angle of 60.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCFF3B is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 59 | - |
| CMYK | 0.01 | 0 | 0.77 | 0 |
| HSL | 60.92º | 1% | 0.62% | - |
| HSV(B) | 60.92º | 0.77% | 1% | - |
| XYZ | 76.69 | 92.53 | 17.96 | - |
| YUV | 231.76 | 30.51 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 59 | 0.01 | 0 | 0.77 | 0 | 60.92 | 1 | 0.62 |
| Hex | FC | FF | 3B | 1 | 0 | 4D | 0 | 3D | 64 | 3E |
| Octal | 374 | 377 | 73 | 1 | 0 | 115 | 0 | 75 | 144 | 76 |
| Binary | 11111100 | 11111111 | 111011 | 1 | 0 | 1001101 | 0 | 111101 | 1100100 | 111110 |
Color Harmonies of #FCFF3B
Complementary color
Monochromatic Colors of #FCFF3B
Black with #FCFF3B
Text Example
Text Example
White with #FCFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF3B; }
p { color: rgb(252,255,59); }
H1.HeaderClassName
{
color: #FCFF3B;
}
.AnyTagClassName
{
color: #FCFF3B;
}
</style>
background-color css
<style>
a { background-color: #FCFF3B; }
a { background-color: rgb(252,255,59); }
div.DivClassName
{
background-color: #FCFF3B;
}
.BgClassName
{
background-color: #FCFF3B;
}
</style>
border-color css
<style>
span { border-color: #FCFF3B; }
span { border-color: rgb(252,255,59); }
td.TdClassName
{
border-color: #FCFF3B;
}
.TagClassName
{
border-color: #FCFF3B;
}
</style>