Shades of Supernova #FFBA2F
Tints of Supernova #FFBA2F
RGB
CMYK
RGB Variations
Color information
#FFBA2F (or 0xFFBA2F) is known color: Supernova. HEX triplet: FF, BA and 2F. RGB value is (255,186,47). Sum of RGB (Red+Green+Blue) = 255+186+47=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA2F is #0045D0. Grayscale: #BFBFBF. Windows color (decimal): -17873 or 3128063. OLE color: 3128063.
HSL color Cylindrical-coordinate representation of color #FFBA2F: hue angle of 40.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFBA2F is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 47 | - |
| CMYK | 0 | 0.27 | 0.82 | 0 |
| HSL | 40.1º | 1% | 0.59% | - |
| HSV(B) | 40.1º | 0.82% | 1% | - |
| XYZ | 59.31 | 56.58 | 10.48 | - |
| YUV | 190.79 | 46.86 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 47 | 0 | 0.27 | 0.82 | 0 | 40.1 | 1 | 0.59 |
| Hex | FF | BA | 2F | 0 | 1B | 52 | 0 | 28 | 64 | 3B |
| Octal | 377 | 272 | 57 | 0 | 33 | 122 | 0 | 50 | 144 | 73 |
| Binary | 11111111 | 10111010 | 101111 | 0 | 11011 | 1010010 | 0 | 101000 | 1100100 | 111011 |
Color Harmonies of #FFBA2F
Complementary color
Monochromatic Colors of #FFBA2F
Black with #FFBA2F
Text Example
Text Example
White with #FFBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA2F; }
p { color: rgb(255,186,47); }
H1.HeaderClassName
{
color: #FFBA2F;
}
.AnyTagClassName
{
color: #FFBA2F;
}
</style>
background-color css
<style>
a { background-color: #FFBA2F; }
a { background-color: rgb(255,186,47); }
div.DivClassName
{
background-color: #FFBA2F;
}
.BgClassName
{
background-color: #FFBA2F;
}
</style>
border-color css
<style>
span { border-color: #FFBA2F; }
span { border-color: rgb(255,186,47); }
td.TdClassName
{
border-color: #FFBA2F;
}
.TagClassName
{
border-color: #FFBA2F;
}
</style>