Shades of Supernova #FABA3A
Tints of Supernova #FABA3A
RGB
CMYK
RGB Variations
Color information
#FABA3A (or 0xFABA3A) is known color: Supernova. HEX triplet: FA, BA and 3A. RGB value is (250,186,58). Sum of RGB (Red+Green+Blue) = 250+186+58=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA3A is #0545C5. Grayscale: #BFBFBF. Windows color (decimal): -345542 or 3848954. OLE color: 3848954.
HSL color Cylindrical-coordinate representation of color #FABA3A: hue angle of 40º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FABA3A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 58 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.02 |
| HSL | 40º | 0.95% | 0.6% | - |
| HSV(B) | 40º | 0.77% | 0.98% | - |
| XYZ | 57.75 | 55.75 | 11.72 | - |
| YUV | 190.54 | 53.2 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 58 | 0 | 0.26 | 0.77 | 0.02 | 40 | 0.95 | 0.6 |
| Hex | FA | BA | 3A | 0 | 1A | 4D | 2 | 28 | 5F | 3C |
| Octal | 372 | 272 | 72 | 0 | 32 | 115 | 2 | 50 | 137 | 74 |
| Binary | 11111010 | 10111010 | 111010 | 0 | 11010 | 1001101 | 10 | 101000 | 1011111 | 111100 |
Color Harmonies of #FABA3A
Complementary color
Monochromatic Colors of #FABA3A
Black with #FABA3A
Text Example
Text Example
White with #FABA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA3A; }
p { color: rgb(250,186,58); }
H1.HeaderClassName
{
color: #FABA3A;
}
.AnyTagClassName
{
color: #FABA3A;
}
</style>
background-color css
<style>
a { background-color: #FABA3A; }
a { background-color: rgb(250,186,58); }
div.DivClassName
{
background-color: #FABA3A;
}
.BgClassName
{
background-color: #FABA3A;
}
</style>
border-color css
<style>
span { border-color: #FABA3A; }
span { border-color: rgb(250,186,58); }
td.TdClassName
{
border-color: #FABA3A;
}
.TagClassName
{
border-color: #FABA3A;
}
</style>