Shades of Supernova #FFBA37
Tints of Supernova #FFBA37
RGB
CMYK
RGB Variations
Color information
#FFBA37 (or 0xFFBA37) is known color: Supernova. HEX triplet: FF, BA and 37. RGB value is (255,186,55). Sum of RGB (Red+Green+Blue) = 255+186+55=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA37 is #0045C8. Grayscale: #C0C0C0. Windows color (decimal): -17865 or 3652351. OLE color: 3652351.
HSL color Cylindrical-coordinate representation of color #FFBA37: hue angle of 39.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFBA37 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 55 | - |
| CMYK | 0 | 0.27 | 0.78 | 0 |
| HSL | 39.3º | 1% | 0.61% | - |
| HSV(B) | 39.3º | 0.78% | 1% | - |
| XYZ | 59.49 | 56.65 | 11.41 | - |
| YUV | 191.7 | 50.86 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 55 | 0 | 0.27 | 0.78 | 0 | 39.3 | 1 | 0.61 |
| Hex | FF | BA | 37 | 0 | 1B | 4E | 0 | 27 | 64 | 3D |
| Octal | 377 | 272 | 67 | 0 | 33 | 116 | 0 | 47 | 144 | 75 |
| Binary | 11111111 | 10111010 | 110111 | 0 | 11011 | 1001110 | 0 | 100111 | 1100100 | 111101 |
Color Harmonies of #FFBA37
Complementary color
Monochromatic Colors of #FFBA37
Black with #FFBA37
Text Example
Text Example
White with #FFBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA37; }
p { color: rgb(255,186,55); }
H1.HeaderClassName
{
color: #FFBA37;
}
.AnyTagClassName
{
color: #FFBA37;
}
</style>
background-color css
<style>
a { background-color: #FFBA37; }
a { background-color: rgb(255,186,55); }
div.DivClassName
{
background-color: #FFBA37;
}
.BgClassName
{
background-color: #FFBA37;
}
</style>
border-color css
<style>
span { border-color: #FFBA37; }
span { border-color: rgb(255,186,55); }
td.TdClassName
{
border-color: #FFBA37;
}
.TagClassName
{
border-color: #FFBA37;
}
</style>