#FADE85 (or 0xFADE85) is unknown color: approx Golden Glow. HEX triplet: FA, DE and 85. RGB value is (250,222,133). Sum of RGB (Red+Green+Blue) = 250+222+133=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE85 is #05217A. Grayscale: #DCDCDC. Windows color (decimal): -336251 or 8773370. OLE color: 8773370.
HSL color Cylindrical-coordinate representation of color #FADE85: hue angle of 45.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FADE85 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.02.
<style> p { color: #FADE85; } p { color: rgb(250,222,133); } H1.HeaderClassName { color: #FADE85; } .AnyTagClassName { color: #FADE85; } </style>
<style> a { background-color: #FADE85; } a { background-color: rgb(250,222,133); } div.DivClassName { background-color: #FADE85; } .BgClassName { background-color: #FADE85; } </style>
<style> span { border-color: #FADE85; } span { border-color: rgb(250,222,133); } td.TdClassName { border-color: #FADE85; } .TagClassName { border-color: #FADE85; } </style>