Shades of Supernova #FABA35
Tints of Supernova #FABA35
RGB
CMYK
RGB Variations
Color information
#FABA35 (or 0xFABA35) is known color: Supernova. HEX triplet: FA, BA and 35. RGB value is (250,186,53). Sum of RGB (Red+Green+Blue) = 250+186+53=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA35 is #0545CA. Grayscale: #BEBEBE. Windows color (decimal): -345547 or 3521274. OLE color: 3521274.
HSL color Cylindrical-coordinate representation of color #FABA35: hue angle of 40.51º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FABA35 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 53 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.02 |
| HSL | 40.51º | 0.95% | 0.59% | - |
| HSV(B) | 40.51º | 0.79% | 0.98% | - |
| XYZ | 57.63 | 55.7 | 11.08 | - |
| YUV | 189.97 | 50.7 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 53 | 0 | 0.26 | 0.79 | 0.02 | 40.51 | 0.95 | 0.59 |
| Hex | FA | BA | 35 | 0 | 1A | 4F | 2 | 29 | 5F | 3B |
| Octal | 372 | 272 | 65 | 0 | 32 | 117 | 2 | 51 | 137 | 73 |
| Binary | 11111010 | 10111010 | 110101 | 0 | 11010 | 1001111 | 10 | 101001 | 1011111 | 111011 |
Color Harmonies of #FABA35
Complementary color
Monochromatic Colors of #FABA35
Black with #FABA35
Text Example
Text Example
White with #FABA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA35; }
p { color: rgb(250,186,53); }
H1.HeaderClassName
{
color: #FABA35;
}
.AnyTagClassName
{
color: #FABA35;
}
</style>
background-color css
<style>
a { background-color: #FABA35; }
a { background-color: rgb(250,186,53); }
div.DivClassName
{
background-color: #FABA35;
}
.BgClassName
{
background-color: #FABA35;
}
</style>
border-color css
<style>
span { border-color: #FABA35; }
span { border-color: rgb(250,186,53); }
td.TdClassName
{
border-color: #FABA35;
}
.TagClassName
{
border-color: #FABA35;
}
</style>