Shades of Supernova #FFB33B
Tints of Supernova #FFB33B
RGB
CMYK
RGB Variations
Color information
#FFB33B (or 0xFFB33B) is known color: Supernova. HEX triplet: FF, B3 and 3B. RGB value is (255,179,59). Sum of RGB (Red+Green+Blue) = 255+179+59=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB33B is #004CC4. Grayscale: #BCBCBC. Windows color (decimal): -19653 or 3912703. OLE color: 3912703.
HSL color Cylindrical-coordinate representation of color #FFB33B: hue angle of 36.73º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFB33B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 59 | - |
| CMYK | 0 | 0.30 | 0.77 | 0 |
| HSL | 36.73º | 1% | 0.62% | - |
| HSV(B) | 36.73º | 0.77% | 1% | - |
| XYZ | 58.15 | 53.82 | 11.46 | - |
| YUV | 188.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 59 | 0 | 0.30 | 0.77 | 0 | 36.73 | 1 | 0.62 |
| Hex | FF | B3 | 3B | 0 | 1E | 4D | 0 | 25 | 64 | 3E |
| Octal | 377 | 263 | 73 | 0 | 36 | 115 | 0 | 45 | 144 | 76 |
| Binary | 11111111 | 10110011 | 111011 | 0 | 11110 | 1001101 | 0 | 100101 | 1100100 | 111110 |
Color Harmonies of #FFB33B
Complementary color
Monochromatic Colors of #FFB33B
Black with #FFB33B
Text Example
Text Example
White with #FFB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB33B; }
p { color: rgb(255,179,59); }
H1.HeaderClassName
{
color: #FFB33B;
}
.AnyTagClassName
{
color: #FFB33B;
}
</style>
background-color css
<style>
a { background-color: #FFB33B; }
a { background-color: rgb(255,179,59); }
div.DivClassName
{
background-color: #FFB33B;
}
.BgClassName
{
background-color: #FFB33B;
}
</style>
border-color css
<style>
span { border-color: #FFB33B; }
span { border-color: rgb(255,179,59); }
td.TdClassName
{
border-color: #FFB33B;
}
.TagClassName
{
border-color: #FFB33B;
}
</style>