#FFB33E (or 0xFFB33E) is unknown color: approx Yellow Orange. HEX triplet: FF, B3 and 3E. RGB value is (255,179,62). Sum of RGB (Red+Green+Blue) = 255+179+62=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB33E is #004CC1. Grayscale: #BCBCBC. Windows color (decimal): -19650 or 4109311. OLE color: 4109311.
HSL color Cylindrical-coordinate representation of color #FFB33E: hue angle of 36.37º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFB33E is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.
<style> p { color: #FFB33E; } p { color: rgb(255,179,62); } H1.HeaderClassName { color: #FFB33E; } .AnyTagClassName { color: #FFB33E; } </style>
<style> a { background-color: #FFB33E; } a { background-color: rgb(255,179,62); } div.DivClassName { background-color: #FFB33E; } .BgClassName { background-color: #FFB33E; } </style>
<style> span { border-color: #FFB33E; } span { border-color: rgb(255,179,62); } td.TdClassName { border-color: #FFB33E; } .TagClassName { border-color: #FFB33E; } </style>