Shades of Supernova #FFBA2B
Tints of Supernova #FFBA2B
RGB
CMYK
RGB Variations
Color information
#FFBA2B (or 0xFFBA2B) is known color: Supernova. HEX triplet: FF, BA and 2B. RGB value is (255,186,43). Sum of RGB (Red+Green+Blue) = 255+186+43=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA2B is #0045D4. Grayscale: #BEBEBE. Windows color (decimal): -17877 or 2865919. OLE color: 2865919.
HSL color Cylindrical-coordinate representation of color #FFBA2B: hue angle of 40.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFBA2B is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 43 | - |
| CMYK | 0 | 0.27 | 0.83 | 0 |
| HSL | 40.47º | 1% | 0.58% | - |
| HSV(B) | 40.47º | 0.83% | 1% | - |
| XYZ | 59.23 | 56.55 | 10.08 | - |
| YUV | 190.33 | 44.86 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 43 | 0 | 0.27 | 0.83 | 0 | 40.47 | 1 | 0.58 |
| Hex | FF | BA | 2B | 0 | 1B | 53 | 0 | 28 | 64 | 3A |
| Octal | 377 | 272 | 53 | 0 | 33 | 123 | 0 | 50 | 144 | 72 |
| Binary | 11111111 | 10111010 | 101011 | 0 | 11011 | 1010011 | 0 | 101000 | 1100100 | 111010 |
Color Harmonies of #FFBA2B
Complementary color
Monochromatic Colors of #FFBA2B
Black with #FFBA2B
Text Example
Text Example
White with #FFBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA2B; }
p { color: rgb(255,186,43); }
H1.HeaderClassName
{
color: #FFBA2B;
}
.AnyTagClassName
{
color: #FFBA2B;
}
</style>
background-color css
<style>
a { background-color: #FFBA2B; }
a { background-color: rgb(255,186,43); }
div.DivClassName
{
background-color: #FFBA2B;
}
.BgClassName
{
background-color: #FFBA2B;
}
</style>
border-color css
<style>
span { border-color: #FFBA2B; }
span { border-color: rgb(255,186,43); }
td.TdClassName
{
border-color: #FFBA2B;
}
.TagClassName
{
border-color: #FFBA2B;
}
</style>