Shades of Supernova #FFBA26
Tints of Supernova #FFBA26
RGB
CMYK
RGB Variations
Color information
#FFBA26 (or 0xFFBA26) is known color: Supernova. HEX triplet: FF, BA and 26. RGB value is (255,186,38). Sum of RGB (Red+Green+Blue) = 255+186+38=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 38 (15.23% from 255 or 7.93% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA26 is #0045D9. Grayscale: #BEBEBE. Windows color (decimal): -17882 or 2538239. OLE color: 2538239.
HSL color Cylindrical-coordinate representation of color #FFBA26: hue angle of 40.92º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFBA26 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 38 | - |
| CMYK | 0 | 0.27 | 0.85 | 0 |
| HSL | 40.92º | 1% | 0.57% | - |
| HSV(B) | 40.92º | 0.85% | 1% | - |
| XYZ | 59.15 | 56.52 | 9.63 | - |
| YUV | 189.76 | 42.36 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 38 | 0 | 0.27 | 0.85 | 0 | 40.92 | 1 | 0.57 |
| Hex | FF | BA | 26 | 0 | 1B | 55 | 0 | 29 | 64 | 39 |
| Octal | 377 | 272 | 46 | 0 | 33 | 125 | 0 | 51 | 144 | 71 |
| Binary | 11111111 | 10111010 | 100110 | 0 | 11011 | 1010101 | 0 | 101001 | 1100100 | 111001 |
Color Harmonies of #FFBA26
Complementary color
Monochromatic Colors of #FFBA26
Black with #FFBA26
Text Example
Text Example
White with #FFBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA26; }
p { color: rgb(255,186,38); }
H1.HeaderClassName
{
color: #FFBA26;
}
.AnyTagClassName
{
color: #FFBA26;
}
</style>
background-color css
<style>
a { background-color: #FFBA26; }
a { background-color: rgb(255,186,38); }
div.DivClassName
{
background-color: #FFBA26;
}
.BgClassName
{
background-color: #FFBA26;
}
</style>
border-color css
<style>
span { border-color: #FFBA26; }
span { border-color: rgb(255,186,38); }
td.TdClassName
{
border-color: #FFBA26;
}
.TagClassName
{
border-color: #FFBA26;
}
</style>