Shades of Supernova #FABA38
Tints of Supernova #FABA38
RGB
CMYK
RGB Variations
Color information
#FABA38 (or 0xFABA38) is known color: Supernova. HEX triplet: FA, BA and 38. RGB value is (250,186,56). Sum of RGB (Red+Green+Blue) = 250+186+56=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA38 is #0545C7. Grayscale: #BEBEBE. Windows color (decimal): -345544 or 3717882. OLE color: 3717882.
HSL color Cylindrical-coordinate representation of color #FABA38: hue angle of 40.21º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FABA38 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 56 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.02 |
| HSL | 40.21º | 0.95% | 0.6% | - |
| HSV(B) | 40.21º | 0.78% | 0.98% | - |
| XYZ | 57.7 | 55.73 | 11.46 | - |
| YUV | 190.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 56 | 0 | 0.26 | 0.78 | 0.02 | 40.21 | 0.95 | 0.6 |
| Hex | FA | BA | 38 | 0 | 1A | 4E | 2 | 28 | 5F | 3C |
| Octal | 372 | 272 | 70 | 0 | 32 | 116 | 2 | 50 | 137 | 74 |
| Binary | 11111010 | 10111010 | 111000 | 0 | 11010 | 1001110 | 10 | 101000 | 1011111 | 111100 |
Color Harmonies of #FABA38
Complementary color
Monochromatic Colors of #FABA38
Black with #FABA38
Text Example
Text Example
White with #FABA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA38; }
p { color: rgb(250,186,56); }
H1.HeaderClassName
{
color: #FABA38;
}
.AnyTagClassName
{
color: #FABA38;
}
</style>
background-color css
<style>
a { background-color: #FABA38; }
a { background-color: rgb(250,186,56); }
div.DivClassName
{
background-color: #FABA38;
}
.BgClassName
{
background-color: #FABA38;
}
</style>
border-color css
<style>
span { border-color: #FABA38; }
span { border-color: rgb(250,186,56); }
td.TdClassName
{
border-color: #FABA38;
}
.TagClassName
{
border-color: #FABA38;
}
</style>