#FFD50F (or 0xFFD50F) is unknown color: approx Gold. HEX triplet: FF, D5 and 0F. RGB value is (255,213,15). Sum of RGB (Red+Green+Blue) = 255+213+15=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 15 (6.25% from 255 or 3.11% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD50F is #002AF0. Grayscale: #CBCBCB. Windows color (decimal): -10993 or 1037823. OLE color: 1037823.
HSL color Cylindrical-coordinate representation of color #FFD50F: hue angle of 49.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFD50F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.
<style> p { color: #FFD50F; } p { color: rgb(255,213,15); } H1.HeaderClassName { color: #FFD50F; } .AnyTagClassName { color: #FFD50F; } </style>
<style> a { background-color: #FFD50F; } a { background-color: rgb(255,213,15); } div.DivClassName { background-color: #FFD50F; } .BgClassName { background-color: #FFD50F; } </style>
<style> span { border-color: #FFD50F; } span { border-color: rgb(255,213,15); } td.TdClassName { border-color: #FFD50F; } .TagClassName { border-color: #FFD50F; } </style>