Shades of Supernova #FAB93A
Tints of Supernova #FAB93A
RGB
CMYK
RGB Variations
Color information
#FAB93A (or 0xFAB93A) is known color: Supernova. HEX triplet: FA, B9 and 3A. RGB value is (250,185,58). Sum of RGB (Red+Green+Blue) = 250+185+58=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB93A is #0546C5. Grayscale: #BEBEBE. Windows color (decimal): -345798 or 3848698. OLE color: 3848698.
HSL color Cylindrical-coordinate representation of color #FAB93A: hue angle of 39.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAB93A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 58 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.02 |
| HSL | 39.69º | 0.95% | 0.6% | - |
| HSV(B) | 39.69º | 0.77% | 0.98% | - |
| XYZ | 57.54 | 55.33 | 11.65 | - |
| YUV | 189.96 | 53.53 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 58 | 0 | 0.26 | 0.77 | 0.02 | 39.69 | 0.95 | 0.6 |
| Hex | FA | B9 | 3A | 0 | 1A | 4D | 2 | 28 | 5F | 3C |
| Octal | 372 | 271 | 72 | 0 | 32 | 115 | 2 | 50 | 137 | 74 |
| Binary | 11111010 | 10111001 | 111010 | 0 | 11010 | 1001101 | 10 | 101000 | 1011111 | 111100 |
Color Harmonies of #FAB93A
Complementary color
Monochromatic Colors of #FAB93A
Black with #FAB93A
Text Example
Text Example
White with #FAB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB93A; }
p { color: rgb(250,185,58); }
H1.HeaderClassName
{
color: #FAB93A;
}
.AnyTagClassName
{
color: #FAB93A;
}
</style>
background-color css
<style>
a { background-color: #FAB93A; }
a { background-color: rgb(250,185,58); }
div.DivClassName
{
background-color: #FAB93A;
}
.BgClassName
{
background-color: #FAB93A;
}
</style>
border-color css
<style>
span { border-color: #FAB93A; }
span { border-color: rgb(250,185,58); }
td.TdClassName
{
border-color: #FAB93A;
}
.TagClassName
{
border-color: #FAB93A;
}
</style>