Shades of Supernova #FFB13A
Tints of Supernova #FFB13A
RGB
CMYK
RGB Variations
Color information
#FFB13A (or 0xFFB13A) is known color: Supernova. HEX triplet: FF, B1 and 3A. RGB value is (255,177,58). Sum of RGB (Red+Green+Blue) = 255+177+58=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB13A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB13A is #004EC5. Grayscale: #BBBBBB. Windows color (decimal): -20166 or 3846655. OLE color: 3846655.
HSL color Cylindrical-coordinate representation of color #FFB13A: hue angle of 36.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFB13A is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 58 | - |
| CMYK | 0 | 0.31 | 0.77 | 0 |
| HSL | 36.24º | 1% | 0.61% | - |
| HSV(B) | 36.24º | 0.77% | 1% | - |
| XYZ | 57.73 | 53.01 | 11.19 | - |
| YUV | 186.76 | 55.34 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 58 | 0 | 0.31 | 0.77 | 0 | 36.24 | 1 | 0.61 |
| Hex | FF | B1 | 3A | 0 | 1F | 4D | 0 | 24 | 64 | 3D |
| Octal | 377 | 261 | 72 | 0 | 37 | 115 | 0 | 44 | 144 | 75 |
| Binary | 11111111 | 10110001 | 111010 | 0 | 11111 | 1001101 | 0 | 100100 | 1100100 | 111101 |
Color Harmonies of #FFB13A
Complementary color
Monochromatic Colors of #FFB13A
Black with #FFB13A
Text Example
Text Example
White with #FFB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB13A; }
p { color: rgb(255,177,58); }
H1.HeaderClassName
{
color: #FFB13A;
}
.AnyTagClassName
{
color: #FFB13A;
}
</style>
background-color css
<style>
a { background-color: #FFB13A; }
a { background-color: rgb(255,177,58); }
div.DivClassName
{
background-color: #FFB13A;
}
.BgClassName
{
background-color: #FFB13A;
}
</style>
border-color css
<style>
span { border-color: #FFB13A; }
span { border-color: rgb(255,177,58); }
td.TdClassName
{
border-color: #FFB13A;
}
.TagClassName
{
border-color: #FFB13A;
}
</style>