Shades of Supernova #FABA40
Tints of Supernova #FABA40
RGB
CMYK
RGB Variations
Color information
#FABA40 (or 0xFABA40) is known color: Supernova. HEX triplet: FA, BA and 40. RGB value is (250,186,64). Sum of RGB (Red+Green+Blue) = 250+186+64=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA40 is #0545BF. Grayscale: #BFBFBF. Windows color (decimal): -345536 or 4242170. OLE color: 4242170.
HSL color Cylindrical-coordinate representation of color #FABA40: hue angle of 39.35º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FABA40 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 64 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.02 |
| HSL | 39.35º | 0.95% | 0.62% | - |
| HSV(B) | 39.35º | 0.74% | 0.98% | - |
| XYZ | 57.91 | 55.81 | 12.57 | - |
| YUV | 191.23 | 56.2 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 64 | 0 | 0.26 | 0.74 | 0.02 | 39.35 | 0.95 | 0.62 |
| Hex | FA | BA | 40 | 0 | 1A | 4A | 2 | 27 | 5F | 3E |
| Octal | 372 | 272 | 100 | 0 | 32 | 112 | 2 | 47 | 137 | 76 |
| Binary | 11111010 | 10111010 | 1000000 | 0 | 11010 | 1001010 | 10 | 100111 | 1011111 | 111110 |
Color Harmonies of #FABA40
Complementary color
Monochromatic Colors of #FABA40
Black with #FABA40
Text Example
Text Example
White with #FABA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA40; }
p { color: rgb(250,186,64); }
H1.HeaderClassName
{
color: #FABA40;
}
.AnyTagClassName
{
color: #FABA40;
}
</style>
background-color css
<style>
a { background-color: #FABA40; }
a { background-color: rgb(250,186,64); }
div.DivClassName
{
background-color: #FABA40;
}
.BgClassName
{
background-color: #FABA40;
}
</style>
border-color css
<style>
span { border-color: #FABA40; }
span { border-color: rgb(250,186,64); }
td.TdClassName
{
border-color: #FABA40;
}
.TagClassName
{
border-color: #FABA40;
}
</style>