Shades of Supernova #FABA36
Tints of Supernova #FABA36
RGB
CMYK
RGB Variations
Color information
#FABA36 (or 0xFABA36) is known color: Supernova. HEX triplet: FA, BA and 36. RGB value is (250,186,54). Sum of RGB (Red+Green+Blue) = 250+186+54=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA36 is #0545C9. Grayscale: #BEBEBE. Windows color (decimal): -345546 or 3586810. OLE color: 3586810.
HSL color Cylindrical-coordinate representation of color #FABA36: hue angle of 40.41º 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 #FABA36 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 54 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.02 |
| HSL | 40.41º | 0.95% | 0.6% | - |
| HSV(B) | 40.41º | 0.78% | 0.98% | - |
| XYZ | 57.65 | 55.71 | 11.2 | - |
| YUV | 190.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 54 | 0 | 0.26 | 0.78 | 0.02 | 40.41 | 0.95 | 0.6 |
| Hex | FA | BA | 36 | 0 | 1A | 4E | 2 | 28 | 5F | 3C |
| Octal | 372 | 272 | 66 | 0 | 32 | 116 | 2 | 50 | 137 | 74 |
| Binary | 11111010 | 10111010 | 110110 | 0 | 11010 | 1001110 | 10 | 101000 | 1011111 | 111100 |
Color Harmonies of #FABA36
Complementary color
Monochromatic Colors of #FABA36
Black with #FABA36
Text Example
Text Example
White with #FABA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA36; }
p { color: rgb(250,186,54); }
H1.HeaderClassName
{
color: #FABA36;
}
.AnyTagClassName
{
color: #FABA36;
}
</style>
background-color css
<style>
a { background-color: #FABA36; }
a { background-color: rgb(250,186,54); }
div.DivClassName
{
background-color: #FABA36;
}
.BgClassName
{
background-color: #FABA36;
}
</style>
border-color css
<style>
span { border-color: #FABA36; }
span { border-color: rgb(250,186,54); }
td.TdClassName
{
border-color: #FABA36;
}
.TagClassName
{
border-color: #FABA36;
}
</style>