Shades of Supernova #FAB831
Tints of Supernova #FAB831
RGB
CMYK
RGB Variations
Color information
#FAB831 (or 0xFAB831) is known color: Supernova. HEX triplet: FA, B8 and 31. RGB value is (250,184,49). Sum of RGB (Red+Green+Blue) = 250+184+49=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB831 is #0547CE. Grayscale: #BCBCBC. Windows color (decimal): -346063 or 3258618. OLE color: 3258618.
HSL color Cylindrical-coordinate representation of color #FAB831: hue angle of 40.3º 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 #FAB831 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 49 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.02 |
| HSL | 40.3º | 0.95% | 0.59% | - |
| HSV(B) | 40.3º | 0.8% | 0.98% | - |
| XYZ | 57.12 | 54.83 | 10.48 | - |
| YUV | 188.34 | 49.37 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 49 | 0 | 0.26 | 0.80 | 0.02 | 40.3 | 0.95 | 0.59 |
| Hex | FA | B8 | 31 | 0 | 1A | 50 | 2 | 28 | 5F | 3B |
| Octal | 372 | 270 | 61 | 0 | 32 | 120 | 2 | 50 | 137 | 73 |
| Binary | 11111010 | 10111000 | 110001 | 0 | 11010 | 1010000 | 10 | 101000 | 1011111 | 111011 |
Color Harmonies of #FAB831
Complementary color
Monochromatic Colors of #FAB831
Black with #FAB831
Text Example
Text Example
White with #FAB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB831; }
p { color: rgb(250,184,49); }
H1.HeaderClassName
{
color: #FAB831;
}
.AnyTagClassName
{
color: #FAB831;
}
</style>
background-color css
<style>
a { background-color: #FAB831; }
a { background-color: rgb(250,184,49); }
div.DivClassName
{
background-color: #FAB831;
}
.BgClassName
{
background-color: #FAB831;
}
</style>
border-color css
<style>
span { border-color: #FAB831; }
span { border-color: rgb(250,184,49); }
td.TdClassName
{
border-color: #FAB831;
}
.TagClassName
{
border-color: #FAB831;
}
</style>