#FFFC80 (or 0xFFFC80) is unknown color: approx Witch Haze. HEX triplet: FF, FC and 80. RGB value is (255,252,128). Sum of RGB (Red+Green+Blue) = 255+252+128=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 128 (50.39% from 255 or 20.16% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC80 is #00037F. Grayscale: #EFEFEF. Windows color (decimal): -896 or 8453375. OLE color: 8453375.
HSL color Cylindrical-coordinate representation of color #FFFC80: hue angle of 58.58º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFFC80 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.
<style> p { color: #fffc80; } p { color: rgb(255,252,128); } H1.HeaderClassName { color: #fffc80; } .AnyTagClassName { color: #fffc80; } </style>
<style> a { background-color: #fffc80; } a { background-color: rgb(255,252,128); } div.DivClassName { background-color: #fffc80; } .BgClassName { background-color: #fffc80; } </style>
<style> span { border-color: #fffc80; } span { border-color: rgb(255,252,128); } td.TdClassName { border-color: #fffc80; } .TagClassName { border-color: #fffc80; } </style>