Shades of Supernova #FFBA35
Tints of Supernova #FFBA35
RGB
CMYK
RGB Variations
Color information
#FFBA35 (or 0xFFBA35) is known color: Supernova. HEX triplet: FF, BA and 35. RGB value is (255,186,53). Sum of RGB (Red+Green+Blue) = 255+186+53=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA35 is #0045CA. Grayscale: #C0C0C0. Windows color (decimal): -17867 or 3521279. OLE color: 3521279.
HSL color Cylindrical-coordinate representation of color #FFBA35: hue angle of 39.5º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFBA35 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 53 | - |
| CMYK | 0 | 0.27 | 0.79 | 0 |
| HSL | 39.5º | 1% | 0.6% | - |
| HSV(B) | 39.5º | 0.79% | 1% | - |
| XYZ | 59.44 | 56.63 | 11.17 | - |
| YUV | 191.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 53 | 0 | 0.27 | 0.79 | 0 | 39.5 | 1 | 0.6 |
| Hex | FF | BA | 35 | 0 | 1B | 4F | 0 | 28 | 64 | 3C |
| Octal | 377 | 272 | 65 | 0 | 33 | 117 | 0 | 50 | 144 | 74 |
| Binary | 11111111 | 10111010 | 110101 | 0 | 11011 | 1001111 | 0 | 101000 | 1100100 | 111100 |
Color Harmonies of #FFBA35
Complementary color
Monochromatic Colors of #FFBA35
Black with #FFBA35
Text Example
Text Example
White with #FFBA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA35; }
p { color: rgb(255,186,53); }
H1.HeaderClassName
{
color: #FFBA35;
}
.AnyTagClassName
{
color: #FFBA35;
}
</style>
background-color css
<style>
a { background-color: #FFBA35; }
a { background-color: rgb(255,186,53); }
div.DivClassName
{
background-color: #FFBA35;
}
.BgClassName
{
background-color: #FFBA35;
}
</style>
border-color css
<style>
span { border-color: #FFBA35; }
span { border-color: rgb(255,186,53); }
td.TdClassName
{
border-color: #FFBA35;
}
.TagClassName
{
border-color: #FFBA35;
}
</style>