Shades of Supernova #FFBA30
Tints of Supernova #FFBA30
RGB
CMYK
RGB Variations
Color information
#FFBA30 (or 0xFFBA30) is known color: Supernova. HEX triplet: FF, BA and 30. RGB value is (255,186,48). Sum of RGB (Red+Green+Blue) = 255+186+48=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA30 is #0045CF. Grayscale: #BFBFBF. Windows color (decimal): -17872 or 3193599. OLE color: 3193599.
HSL color Cylindrical-coordinate representation of color #FFBA30: hue angle of 40º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFBA30 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 48 | - |
| CMYK | 0 | 0.27 | 0.81 | 0 |
| HSL | 40º | 1% | 0.59% | - |
| HSV(B) | 40º | 0.81% | 1% | - |
| XYZ | 59.33 | 56.59 | 10.59 | - |
| YUV | 190.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 48 | 0 | 0.27 | 0.81 | 0 | 40 | 1 | 0.59 |
| Hex | FF | BA | 30 | 0 | 1B | 51 | 0 | 28 | 64 | 3B |
| Octal | 377 | 272 | 60 | 0 | 33 | 121 | 0 | 50 | 144 | 73 |
| Binary | 11111111 | 10111010 | 110000 | 0 | 11011 | 1010001 | 0 | 101000 | 1100100 | 111011 |
Color Harmonies of #FFBA30
Complementary color
Monochromatic Colors of #FFBA30
Black with #FFBA30
Text Example
Text Example
White with #FFBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA30; }
p { color: rgb(255,186,48); }
H1.HeaderClassName
{
color: #FFBA30;
}
.AnyTagClassName
{
color: #FFBA30;
}
</style>
background-color css
<style>
a { background-color: #FFBA30; }
a { background-color: rgb(255,186,48); }
div.DivClassName
{
background-color: #FFBA30;
}
.BgClassName
{
background-color: #FFBA30;
}
</style>
border-color css
<style>
span { border-color: #FFBA30; }
span { border-color: rgb(255,186,48); }
td.TdClassName
{
border-color: #FFBA30;
}
.TagClassName
{
border-color: #FFBA30;
}
</style>