Shades of Supernova #FABA33
Tints of Supernova #FABA33
RGB
CMYK
RGB Variations
Color information
#FABA33 (or 0xFABA33) is known color: Supernova. HEX triplet: FA, BA and 33. RGB value is (250,186,51). Sum of RGB (Red+Green+Blue) = 250+186+51=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA33 is #0545CC. Grayscale: #BEBEBE. Windows color (decimal): -345549 or 3390202. OLE color: 3390202.
HSL color Cylindrical-coordinate representation of color #FABA33: hue angle of 40.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FABA33 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 51 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.02 |
| HSL | 40.7º | 0.95% | 0.59% | - |
| HSV(B) | 40.7º | 0.8% | 0.98% | - |
| XYZ | 57.58 | 55.68 | 10.84 | - |
| YUV | 189.75 | 49.7 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 51 | 0 | 0.26 | 0.80 | 0.02 | 40.7 | 0.95 | 0.59 |
| Hex | FA | BA | 33 | 0 | 1A | 50 | 2 | 29 | 5F | 3B |
| Octal | 372 | 272 | 63 | 0 | 32 | 120 | 2 | 51 | 137 | 73 |
| Binary | 11111010 | 10111010 | 110011 | 0 | 11010 | 1010000 | 10 | 101001 | 1011111 | 111011 |
Color Harmonies of #FABA33
Complementary color
Monochromatic Colors of #FABA33
Black with #FABA33
Text Example
Text Example
White with #FABA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA33; }
p { color: rgb(250,186,51); }
H1.HeaderClassName
{
color: #FABA33;
}
.AnyTagClassName
{
color: #FABA33;
}
</style>
background-color css
<style>
a { background-color: #FABA33; }
a { background-color: rgb(250,186,51); }
div.DivClassName
{
background-color: #FABA33;
}
.BgClassName
{
background-color: #FABA33;
}
</style>
border-color css
<style>
span { border-color: #FABA33; }
span { border-color: rgb(250,186,51); }
td.TdClassName
{
border-color: #FABA33;
}
.TagClassName
{
border-color: #FABA33;
}
</style>