Shades of Supernova #F5BA37
Tints of Supernova #F5BA37
RGB
CMYK
RGB Variations
Color information
#F5BA37 (or 0xF5BA37) is known color: Supernova. HEX triplet: F5, BA and 37. RGB value is (245,186,55). Sum of RGB (Red+Green+Blue) = 245+186+55=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA37 is #0A45C8. Grayscale: #BDBDBD. Windows color (decimal): -673225 or 3652341. OLE color: 3652341.
HSL color Cylindrical-coordinate representation of color #F5BA37: hue angle of 41.37º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5BA37 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 55 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.04 |
| HSL | 41.37º | 0.9% | 0.59% | - |
| HSV(B) | 41.37º | 0.78% | 0.96% | - |
| XYZ | 55.9 | 54.81 | 11.25 | - |
| YUV | 188.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 55 | 0 | 0.24 | 0.78 | 0.04 | 41.37 | 0.9 | 0.59 |
| Hex | F5 | BA | 37 | 0 | 18 | 4E | 4 | 29 | 5A | 3B |
| Octal | 365 | 272 | 67 | 0 | 30 | 116 | 4 | 51 | 132 | 73 |
| Binary | 11110101 | 10111010 | 110111 | 0 | 11000 | 1001110 | 100 | 101001 | 1011010 | 111011 |
Color Harmonies of #F5BA37
Complementary color
Monochromatic Colors of #F5BA37
Black with #F5BA37
Text Example
Text Example
White with #F5BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA37; }
p { color: rgb(245,186,55); }
H1.HeaderClassName
{
color: #F5BA37;
}
.AnyTagClassName
{
color: #F5BA37;
}
</style>
background-color css
<style>
a { background-color: #F5BA37; }
a { background-color: rgb(245,186,55); }
div.DivClassName
{
background-color: #F5BA37;
}
.BgClassName
{
background-color: #F5BA37;
}
</style>
border-color css
<style>
span { border-color: #F5BA37; }
span { border-color: rgb(245,186,55); }
td.TdClassName
{
border-color: #F5BA37;
}
.TagClassName
{
border-color: #F5BA37;
}
</style>