Shades of Supernova #FFBA40
Tints of Supernova #FFBA40
RGB
CMYK
RGB Variations
Color information
#FFBA40 (or 0xFFBA40) is known color: Supernova. HEX triplet: FF, BA and 40. RGB value is (255,186,64). Sum of RGB (Red+Green+Blue) = 255+186+64=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA40 is #0045BF. Grayscale: #C1C1C1. Windows color (decimal): -17856 or 4242175. OLE color: 4242175.
HSL color Cylindrical-coordinate representation of color #FFBA40: hue angle of 38.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFBA40 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 64 | - |
| CMYK | 0 | 0.27 | 0.75 | 0 |
| HSL | 38.32º | 1% | 0.63% | - |
| HSV(B) | 38.32º | 0.75% | 1% | - |
| XYZ | 59.72 | 56.75 | 12.66 | - |
| YUV | 192.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 64 | 0 | 0.27 | 0.75 | 0 | 38.32 | 1 | 0.63 |
| Hex | FF | BA | 40 | 0 | 1B | 4B | 0 | 26 | 64 | 3F |
| Octal | 377 | 272 | 100 | 0 | 33 | 113 | 0 | 46 | 144 | 77 |
| Binary | 11111111 | 10111010 | 1000000 | 0 | 11011 | 1001011 | 0 | 100110 | 1100100 | 111111 |
Color Harmonies of #FFBA40
Complementary color
Monochromatic Colors of #FFBA40
Black with #FFBA40
Text Example
Text Example
White with #FFBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA40; }
p { color: rgb(255,186,64); }
H1.HeaderClassName
{
color: #FFBA40;
}
.AnyTagClassName
{
color: #FFBA40;
}
</style>
background-color css
<style>
a { background-color: #FFBA40; }
a { background-color: rgb(255,186,64); }
div.DivClassName
{
background-color: #FFBA40;
}
.BgClassName
{
background-color: #FFBA40;
}
</style>
border-color css
<style>
span { border-color: #FFBA40; }
span { border-color: rgb(255,186,64); }
td.TdClassName
{
border-color: #FFBA40;
}
.TagClassName
{
border-color: #FFBA40;
}
</style>