Shades of Supernova #F5BA41
Tints of Supernova #F5BA41
RGB
CMYK
RGB Variations
Color information
#F5BA41 (or 0xF5BA41) is known color: Supernova. HEX triplet: F5, BA and 41. RGB value is (245,186,65). Sum of RGB (Red+Green+Blue) = 245+186+65=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA41 is #0A45BE. Grayscale: #BEBEBE. Windows color (decimal): -673215 or 4307701. OLE color: 4307701.
HSL color Cylindrical-coordinate representation of color #F5BA41: hue angle of 40.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5BA41 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 65 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.04 |
| HSL | 40.33º | 0.9% | 0.61% | - |
| HSV(B) | 40.33º | 0.73% | 0.96% | - |
| XYZ | 56.17 | 54.91 | 12.64 | - |
| YUV | 189.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 65 | 0 | 0.24 | 0.73 | 0.04 | 40.33 | 0.9 | 0.61 |
| Hex | F5 | BA | 41 | 0 | 18 | 49 | 4 | 28 | 5A | 3D |
| Octal | 365 | 272 | 101 | 0 | 30 | 111 | 4 | 50 | 132 | 75 |
| Binary | 11110101 | 10111010 | 1000001 | 0 | 11000 | 1001001 | 100 | 101000 | 1011010 | 111101 |
Color Harmonies of #F5BA41
Complementary color
Monochromatic Colors of #F5BA41
Black with #F5BA41
Text Example
Text Example
White with #F5BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA41; }
p { color: rgb(245,186,65); }
H1.HeaderClassName
{
color: #F5BA41;
}
.AnyTagClassName
{
color: #F5BA41;
}
</style>
background-color css
<style>
a { background-color: #F5BA41; }
a { background-color: rgb(245,186,65); }
div.DivClassName
{
background-color: #F5BA41;
}
.BgClassName
{
background-color: #F5BA41;
}
</style>
border-color css
<style>
span { border-color: #F5BA41; }
span { border-color: rgb(245,186,65); }
td.TdClassName
{
border-color: #F5BA41;
}
.TagClassName
{
border-color: #F5BA41;
}
</style>