Shades of Paris Daisy #FCFE3C
Tints of Paris Daisy #FCFE3C
RGB
CMYK
RGB Variations
Color information
#FCFE3C (or 0xFCFE3C) is known color: Paris Daisy. HEX triplet: FC, FE and 3C. RGB value is (252,254,60). Sum of RGB (Red+Green+Blue) = 252+254+60=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 60 (23.83% from 255 or 10.60% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE3C is #0301C3. Grayscale: #E8E8E8. Windows color (decimal): -197060 or 3997436. OLE color: 3997436.
HSL color Cylindrical-coordinate representation of color #FCFE3C: hue angle of 60.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCFE3C is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 60 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.00 |
| HSL | 60.62º | 0.99% | 0.62% | - |
| HSV(B) | 60.62º | 0.76% | 1% | - |
| XYZ | 76.4 | 91.91 | 17.99 | - |
| YUV | 231.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 60 | 0.01 | 0 | 0.76 | 0.00 | 60.62 | 0.99 | 0.62 |
| Hex | FC | FE | 3C | 1 | 0 | 4C | 0 | 3D | 63 | 3E |
| Octal | 374 | 376 | 74 | 1 | 0 | 114 | 0 | 75 | 143 | 76 |
| Binary | 11111100 | 11111110 | 111100 | 1 | 0 | 1001100 | 0 | 111101 | 1100011 | 111110 |
Color Harmonies of #FCFE3C
Complementary color
Monochromatic Colors of #FCFE3C
Black with #FCFE3C
Text Example
Text Example
White with #FCFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE3C; }
p { color: rgb(252,254,60); }
H1.HeaderClassName
{
color: #FCFE3C;
}
.AnyTagClassName
{
color: #FCFE3C;
}
</style>
background-color css
<style>
a { background-color: #FCFE3C; }
a { background-color: rgb(252,254,60); }
div.DivClassName
{
background-color: #FCFE3C;
}
.BgClassName
{
background-color: #FCFE3C;
}
</style>
border-color css
<style>
span { border-color: #FCFE3C; }
span { border-color: rgb(252,254,60); }
td.TdClassName
{
border-color: #FCFE3C;
}
.TagClassName
{
border-color: #FCFE3C;
}
</style>