Shades of Supernova #FABA30
Tints of Supernova #FABA30
RGB
CMYK
RGB Variations
Color information
#FABA30 (or 0xFABA30) is known color: Supernova. HEX triplet: FA, BA and 30. RGB value is (250,186,48). Sum of RGB (Red+Green+Blue) = 250+186+48=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA30 is #0545CF. Grayscale: #BEBEBE. Windows color (decimal): -345552 or 3193594. OLE color: 3193594.
HSL color Cylindrical-coordinate representation of color #FABA30: hue angle of 40.99º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FABA30 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 48 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.02 |
| HSL | 40.99º | 0.95% | 0.58% | - |
| HSV(B) | 40.99º | 0.81% | 0.98% | - |
| XYZ | 57.52 | 55.66 | 10.51 | - |
| YUV | 189.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 48 | 0 | 0.26 | 0.81 | 0.02 | 40.99 | 0.95 | 0.58 |
| Hex | FA | BA | 30 | 0 | 1A | 51 | 2 | 29 | 5F | 3A |
| Octal | 372 | 272 | 60 | 0 | 32 | 121 | 2 | 51 | 137 | 72 |
| Binary | 11111010 | 10111010 | 110000 | 0 | 11010 | 1010001 | 10 | 101001 | 1011111 | 111010 |
Color Harmonies of #FABA30
Complementary color
Monochromatic Colors of #FABA30
Black with #FABA30
Text Example
Text Example
White with #FABA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA30; }
p { color: rgb(250,186,48); }
H1.HeaderClassName
{
color: #FABA30;
}
.AnyTagClassName
{
color: #FABA30;
}
</style>
background-color css
<style>
a { background-color: #FABA30; }
a { background-color: rgb(250,186,48); }
div.DivClassName
{
background-color: #FABA30;
}
.BgClassName
{
background-color: #FABA30;
}
</style>
border-color css
<style>
span { border-color: #FABA30; }
span { border-color: rgb(250,186,48); }
td.TdClassName
{
border-color: #FABA30;
}
.TagClassName
{
border-color: #FABA30;
}
</style>