Shades of Supernova #F9BA31
Tints of Supernova #F9BA31
RGB
CMYK
RGB Variations
Color information
#F9BA31 (or 0xF9BA31) is known color: Supernova. HEX triplet: F9, BA and 31. RGB value is (249,186,49). Sum of RGB (Red+Green+Blue) = 249+186+49=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA31 is #0645CE. Grayscale: #BDBDBD. Windows color (decimal): -411087 or 3259129. OLE color: 3259129.
HSL color Cylindrical-coordinate representation of color #F9BA31: hue angle of 41.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9BA31 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 49 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.02 |
| HSL | 41.1º | 0.94% | 0.58% | - |
| HSV(B) | 41.1º | 0.8% | 0.98% | - |
| XYZ | 57.18 | 55.48 | 10.6 | - |
| YUV | 189.22 | 48.87 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 49 | 0 | 0.25 | 0.80 | 0.02 | 41.1 | 0.94 | 0.58 |
| Hex | F9 | BA | 31 | 0 | 19 | 50 | 2 | 29 | 5E | 3A |
| Octal | 371 | 272 | 61 | 0 | 31 | 120 | 2 | 51 | 136 | 72 |
| Binary | 11111001 | 10111010 | 110001 | 0 | 11001 | 1010000 | 10 | 101001 | 1011110 | 111010 |
Color Harmonies of #F9BA31
Complementary color
Monochromatic Colors of #F9BA31
Black with #F9BA31
Text Example
Text Example
White with #F9BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA31; }
p { color: rgb(249,186,49); }
H1.HeaderClassName
{
color: #F9BA31;
}
.AnyTagClassName
{
color: #F9BA31;
}
</style>
background-color css
<style>
a { background-color: #F9BA31; }
a { background-color: rgb(249,186,49); }
div.DivClassName
{
background-color: #F9BA31;
}
.BgClassName
{
background-color: #F9BA31;
}
</style>
border-color css
<style>
span { border-color: #F9BA31; }
span { border-color: rgb(249,186,49); }
td.TdClassName
{
border-color: #F9BA31;
}
.TagClassName
{
border-color: #F9BA31;
}
</style>