Shades of Supernova #FFBA32
Tints of Supernova #FFBA32
RGB
CMYK
RGB Variations
Color information
#FFBA32 (or 0xFFBA32) is known color: Supernova. HEX triplet: FF, BA and 32. RGB value is (255,186,50). Sum of RGB (Red+Green+Blue) = 255+186+50=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA32 is #0045CD. Grayscale: #BFBFBF. Windows color (decimal): -17870 or 3324671. OLE color: 3324671.
HSL color Cylindrical-coordinate representation of color #FFBA32: hue angle of 39.8º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFBA32 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 50 | - |
| CMYK | 0 | 0.27 | 0.80 | 0 |
| HSL | 39.8º | 1% | 0.6% | - |
| HSV(B) | 39.8º | 0.8% | 1% | - |
| XYZ | 59.37 | 56.61 | 10.81 | - |
| YUV | 191.13 | 48.36 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 50 | 0 | 0.27 | 0.80 | 0 | 39.8 | 1 | 0.6 |
| Hex | FF | BA | 32 | 0 | 1B | 50 | 0 | 28 | 64 | 3C |
| Octal | 377 | 272 | 62 | 0 | 33 | 120 | 0 | 50 | 144 | 74 |
| Binary | 11111111 | 10111010 | 110010 | 0 | 11011 | 1010000 | 0 | 101000 | 1100100 | 111100 |
Color Harmonies of #FFBA32
Complementary color
Monochromatic Colors of #FFBA32
Black with #FFBA32
Text Example
Text Example
White with #FFBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA32; }
p { color: rgb(255,186,50); }
H1.HeaderClassName
{
color: #FFBA32;
}
.AnyTagClassName
{
color: #FFBA32;
}
</style>
background-color css
<style>
a { background-color: #FFBA32; }
a { background-color: rgb(255,186,50); }
div.DivClassName
{
background-color: #FFBA32;
}
.BgClassName
{
background-color: #FFBA32;
}
</style>
border-color css
<style>
span { border-color: #FFBA32; }
span { border-color: rgb(255,186,50); }
td.TdClassName
{
border-color: #FFBA32;
}
.TagClassName
{
border-color: #FFBA32;
}
</style>