#FFFF8D (or 0xFFFF8D) is unknown color: approx Canary. HEX triplet: FF, FF and 8D. RGB value is (255,255,141). Sum of RGB (Red+Green+Blue) = 255+255+141=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 141 (55.47% from 255 or 21.66% from 651); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFF8D is #000072. Grayscale: #F2F2F2. Windows color (decimal): -115 or 9306111. OLE color: 9306111.
HSL color Cylindrical-coordinate representation of color #FFFF8D: hue angle of 60º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFFF8D is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
<style> p { color: #FFFF8D; } p { color: rgb(255,255,141); } H1.HeaderClassName { color: #FFFF8D; } .AnyTagClassName { color: #FFFF8D; } </style>
<style> a { background-color: #FFFF8D; } a { background-color: rgb(255,255,141); } div.DivClassName { background-color: #FFFF8D; } .BgClassName { background-color: #FFFF8D; } </style>
<style> span { border-color: #FFFF8D; } span { border-color: rgb(255,255,141); } td.TdClassName { border-color: #FFFF8D; } .TagClassName { border-color: #FFFF8D; } </style>