Shades of Supernova #FFBA36
Tints of Supernova #FFBA36
RGB
CMYK
RGB Variations
Color information
#FFBA36 (or 0xFFBA36) is known color: Supernova. HEX triplet: FF, BA and 36. RGB value is (255,186,54). Sum of RGB (Red+Green+Blue) = 255+186+54=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 54 (21.48% from 255 or 10.91% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA36 is #0045C9. Grayscale: #C0C0C0. Windows color (decimal): -17866 or 3586815. OLE color: 3586815.
HSL color Cylindrical-coordinate representation of color #FFBA36: hue angle of 39.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFBA36 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 54 | - |
| CMYK | 0 | 0.27 | 0.79 | 0 |
| HSL | 39.4º | 1% | 0.61% | - |
| HSV(B) | 39.4º | 0.79% | 1% | - |
| XYZ | 59.46 | 56.64 | 11.29 | - |
| YUV | 191.58 | 50.36 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 54 | 0 | 0.27 | 0.79 | 0 | 39.4 | 1 | 0.61 |
| Hex | FF | BA | 36 | 0 | 1B | 4F | 0 | 27 | 64 | 3D |
| Octal | 377 | 272 | 66 | 0 | 33 | 117 | 0 | 47 | 144 | 75 |
| Binary | 11111111 | 10111010 | 110110 | 0 | 11011 | 1001111 | 0 | 100111 | 1100100 | 111101 |
Color Harmonies of #FFBA36
Complementary color
Monochromatic Colors of #FFBA36
Black with #FFBA36
Text Example
Text Example
White with #FFBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA36; }
p { color: rgb(255,186,54); }
H1.HeaderClassName
{
color: #FFBA36;
}
.AnyTagClassName
{
color: #FFBA36;
}
</style>
background-color css
<style>
a { background-color: #FFBA36; }
a { background-color: rgb(255,186,54); }
div.DivClassName
{
background-color: #FFBA36;
}
.BgClassName
{
background-color: #FFBA36;
}
</style>
border-color css
<style>
span { border-color: #FFBA36; }
span { border-color: rgb(255,186,54); }
td.TdClassName
{
border-color: #FFBA36;
}
.TagClassName
{
border-color: #FFBA36;
}
</style>