Shades of Supernova #FFBA39
Tints of Supernova #FFBA39
RGB
CMYK
RGB Variations
Color information
#FFBA39 (or 0xFFBA39) is known color: Supernova. HEX triplet: FF, BA and 39. RGB value is (255,186,57). Sum of RGB (Red+Green+Blue) = 255+186+57=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 57 (22.66% from 255 or 11.45% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA39 is #0045C6. Grayscale: #C0C0C0. Windows color (decimal): -17863 or 3783423. OLE color: 3783423.
HSL color Cylindrical-coordinate representation of color #FFBA39: hue angle of 39.09º 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 #FFBA39 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 57 | - |
| CMYK | 0 | 0.27 | 0.78 | 0 |
| HSL | 39.09º | 1% | 0.61% | - |
| HSV(B) | 39.09º | 0.78% | 1% | - |
| XYZ | 59.54 | 56.67 | 11.67 | - |
| YUV | 191.93 | 51.86 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 57 | 0 | 0.27 | 0.78 | 0 | 39.09 | 1 | 0.61 |
| Hex | FF | BA | 39 | 0 | 1B | 4E | 0 | 27 | 64 | 3D |
| Octal | 377 | 272 | 71 | 0 | 33 | 116 | 0 | 47 | 144 | 75 |
| Binary | 11111111 | 10111010 | 111001 | 0 | 11011 | 1001110 | 0 | 100111 | 1100100 | 111101 |
Color Harmonies of #FFBA39
Complementary color
Monochromatic Colors of #FFBA39
Black with #FFBA39
Text Example
Text Example
White with #FFBA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA39; }
p { color: rgb(255,186,57); }
H1.HeaderClassName
{
color: #FFBA39;
}
.AnyTagClassName
{
color: #FFBA39;
}
</style>
background-color css
<style>
a { background-color: #FFBA39; }
a { background-color: rgb(255,186,57); }
div.DivClassName
{
background-color: #FFBA39;
}
.BgClassName
{
background-color: #FFBA39;
}
</style>
border-color css
<style>
span { border-color: #FFBA39; }
span { border-color: rgb(255,186,57); }
td.TdClassName
{
border-color: #FFBA39;
}
.TagClassName
{
border-color: #FFBA39;
}
</style>