Shades of Supernova #F7BA41
Tints of Supernova #F7BA41
RGB
CMYK
RGB Variations
Color information
#F7BA41 (or 0xF7BA41) is known color: Supernova. HEX triplet: F7, BA and 41. RGB value is (247,186,65). Sum of RGB (Red+Green+Blue) = 247+186+65=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BA41 is #0845BE. Grayscale: #BEBEBE. Windows color (decimal): -542143 or 4307703. OLE color: 4307703.
HSL color Cylindrical-coordinate representation of color #F7BA41: hue angle of 39.89º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7BA41 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 65 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.03 |
| HSL | 39.89º | 0.92% | 0.61% | - |
| HSV(B) | 39.89º | 0.74% | 0.97% | - |
| XYZ | 56.87 | 55.27 | 12.67 | - |
| YUV | 190.45 | 57.21 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 65 | 0 | 0.25 | 0.74 | 0.03 | 39.89 | 0.92 | 0.61 |
| Hex | F7 | BA | 41 | 0 | 19 | 4A | 3 | 28 | 5C | 3D |
| Octal | 367 | 272 | 101 | 0 | 31 | 112 | 3 | 50 | 134 | 75 |
| Binary | 11110111 | 10111010 | 1000001 | 0 | 11001 | 1001010 | 11 | 101000 | 1011100 | 111101 |
Color Harmonies of #F7BA41
Complementary color
Monochromatic Colors of #F7BA41
Black with #F7BA41
Text Example
Text Example
White with #F7BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA41; }
p { color: rgb(247,186,65); }
H1.HeaderClassName
{
color: #F7BA41;
}
.AnyTagClassName
{
color: #F7BA41;
}
</style>
background-color css
<style>
a { background-color: #F7BA41; }
a { background-color: rgb(247,186,65); }
div.DivClassName
{
background-color: #F7BA41;
}
.BgClassName
{
background-color: #F7BA41;
}
</style>
border-color css
<style>
span { border-color: #F7BA41; }
span { border-color: rgb(247,186,65); }
td.TdClassName
{
border-color: #F7BA41;
}
.TagClassName
{
border-color: #F7BA41;
}
</style>