Shades of Supernova #FAB937
Tints of Supernova #FAB937
RGB
CMYK
RGB Variations
Color information
#FAB937 (or 0xFAB937) is known color: Supernova. HEX triplet: FA, B9 and 37. RGB value is (250,185,55). Sum of RGB (Red+Green+Blue) = 250+185+55=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 55 (21.88% from 255 or 11.22% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB937 is #0546C8. Grayscale: #BEBEBE. Windows color (decimal): -345801 or 3652090. OLE color: 3652090.
HSL color Cylindrical-coordinate representation of color #FAB937: hue angle of 40º 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 #FAB937 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 55 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.02 |
| HSL | 40º | 0.95% | 0.6% | - |
| HSV(B) | 40º | 0.78% | 0.98% | - |
| XYZ | 57.46 | 55.3 | 11.26 | - |
| YUV | 189.62 | 52.03 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 55 | 0 | 0.26 | 0.78 | 0.02 | 40 | 0.95 | 0.6 |
| Hex | FA | B9 | 37 | 0 | 1A | 4E | 2 | 28 | 5F | 3C |
| Octal | 372 | 271 | 67 | 0 | 32 | 116 | 2 | 50 | 137 | 74 |
| Binary | 11111010 | 10111001 | 110111 | 0 | 11010 | 1001110 | 10 | 101000 | 1011111 | 111100 |
Color Harmonies of #FAB937
Complementary color
Monochromatic Colors of #FAB937
Black with #FAB937
Text Example
Text Example
White with #FAB937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB937; }
p { color: rgb(250,185,55); }
H1.HeaderClassName
{
color: #FAB937;
}
.AnyTagClassName
{
color: #FAB937;
}
</style>
background-color css
<style>
a { background-color: #FAB937; }
a { background-color: rgb(250,185,55); }
div.DivClassName
{
background-color: #FAB937;
}
.BgClassName
{
background-color: #FAB937;
}
</style>
border-color css
<style>
span { border-color: #FAB937; }
span { border-color: rgb(250,185,55); }
td.TdClassName
{
border-color: #FAB937;
}
.TagClassName
{
border-color: #FAB937;
}
</style>