#FFFF95 (or 0xFFFF95) is unknown color: approx Canary. HEX triplet: FF, FF and 95. RGB value is (255,255,149). Sum of RGB (Red+Green+Blue) = 255+255+149=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 149 (58.59% from 255 or 22.61% from 659); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFF95 is #00006A. Grayscale: #F3F3F3. Windows color (decimal): -107 or 9830399. OLE color: 9830399.
HSL color Cylindrical-coordinate representation of color #FFFF95: hue angle of 60º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFFF95 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
<style> p { color: #FFFF95; } p { color: rgb(255,255,149); } H1.HeaderClassName { color: #FFFF95; } .AnyTagClassName { color: #FFFF95; } </style>
<style> a { background-color: #FFFF95; } a { background-color: rgb(255,255,149); } div.DivClassName { background-color: #FFFF95; } .BgClassName { background-color: #FFFF95; } </style>
<style> span { border-color: #FFFF95; } span { border-color: rgb(255,255,149); } td.TdClassName { border-color: #FFFF95; } .TagClassName { border-color: #FFFF95; } </style>