Shades of Supernova #FFBA2E
Tints of Supernova #FFBA2E
RGB
CMYK
RGB Variations
Color information
#FFBA2E (or 0xFFBA2E) is known color: Supernova. HEX triplet: FF, BA and 2E. RGB value is (255,186,46). Sum of RGB (Red+Green+Blue) = 255+186+46=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA2E is #0045D1. Grayscale: #BFBFBF. Windows color (decimal): -17874 or 3062527. OLE color: 3062527.
HSL color Cylindrical-coordinate representation of color #FFBA2E: hue angle of 40.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFBA2E is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 46 | - |
| CMYK | 0 | 0.27 | 0.82 | 0 |
| HSL | 40.19º | 1% | 0.59% | - |
| HSV(B) | 40.19º | 0.82% | 1% | - |
| XYZ | 59.29 | 56.58 | 10.38 | - |
| YUV | 190.67 | 46.36 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 46 | 0 | 0.27 | 0.82 | 0 | 40.19 | 1 | 0.59 |
| Hex | FF | BA | 2E | 0 | 1B | 52 | 0 | 28 | 64 | 3B |
| Octal | 377 | 272 | 56 | 0 | 33 | 122 | 0 | 50 | 144 | 73 |
| Binary | 11111111 | 10111010 | 101110 | 0 | 11011 | 1010010 | 0 | 101000 | 1100100 | 111011 |
Color Harmonies of #FFBA2E
Complementary color
Monochromatic Colors of #FFBA2E
Black with #FFBA2E
Text Example
Text Example
White with #FFBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA2E; }
p { color: rgb(255,186,46); }
H1.HeaderClassName
{
color: #FFBA2E;
}
.AnyTagClassName
{
color: #FFBA2E;
}
</style>
background-color css
<style>
a { background-color: #FFBA2E; }
a { background-color: rgb(255,186,46); }
div.DivClassName
{
background-color: #FFBA2E;
}
.BgClassName
{
background-color: #FFBA2E;
}
</style>
border-color css
<style>
span { border-color: #FFBA2E; }
span { border-color: rgb(255,186,46); }
td.TdClassName
{
border-color: #FFBA2E;
}
.TagClassName
{
border-color: #FFBA2E;
}
</style>