Shades of Supernova #FFBA3D
Tints of Supernova #FFBA3D
RGB
CMYK
RGB Variations
Color information
#FFBA3D (or 0xFFBA3D) is known color: Supernova. HEX triplet: FF, BA and 3D. RGB value is (255,186,61). Sum of RGB (Red+Green+Blue) = 255+186+61=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA3D is #0045C2. Grayscale: #C0C0C0. Windows color (decimal): -17859 or 4045567. OLE color: 4045567.
HSL color Cylindrical-coordinate representation of color #FFBA3D: hue angle of 38.66º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFBA3D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 61 | - |
| CMYK | 0 | 0.27 | 0.76 | 0 |
| HSL | 38.66º | 1% | 0.62% | - |
| HSV(B) | 38.66º | 0.76% | 1% | - |
| XYZ | 59.64 | 56.71 | 12.22 | - |
| YUV | 192.38 | 53.86 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 61 | 0 | 0.27 | 0.76 | 0 | 38.66 | 1 | 0.62 |
| Hex | FF | BA | 3D | 0 | 1B | 4C | 0 | 27 | 64 | 3E |
| Octal | 377 | 272 | 75 | 0 | 33 | 114 | 0 | 47 | 144 | 76 |
| Binary | 11111111 | 10111010 | 111101 | 0 | 11011 | 1001100 | 0 | 100111 | 1100100 | 111110 |
Color Harmonies of #FFBA3D
Complementary color
Monochromatic Colors of #FFBA3D
Black with #FFBA3D
Text Example
Text Example
White with #FFBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA3D; }
p { color: rgb(255,186,61); }
H1.HeaderClassName
{
color: #FFBA3D;
}
.AnyTagClassName
{
color: #FFBA3D;
}
</style>
background-color css
<style>
a { background-color: #FFBA3D; }
a { background-color: rgb(255,186,61); }
div.DivClassName
{
background-color: #FFBA3D;
}
.BgClassName
{
background-color: #FFBA3D;
}
</style>
border-color css
<style>
span { border-color: #FFBA3D; }
span { border-color: rgb(255,186,61); }
td.TdClassName
{
border-color: #FFBA3D;
}
.TagClassName
{
border-color: #FFBA3D;
}
</style>