Shades of Supernova #F7B130
Tints of Supernova #F7B130
RGB
CMYK
RGB Variations
Color information
#F7B130 (or 0xF7B130) is known color: Supernova. HEX triplet: F7, B1 and 30. RGB value is (247,177,48). Sum of RGB (Red+Green+Blue) = 247+177+48=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B130 is #084ECF. Grayscale: #B7B7B7. Windows color (decimal): -544464 or 3191287. OLE color: 3191287.
HSL color Cylindrical-coordinate representation of color #F7B130: hue angle of 38.89º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7B130 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 48 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.03 |
| HSL | 38.89º | 0.93% | 0.58% | - |
| HSV(B) | 38.89º | 0.81% | 0.97% | - |
| XYZ | 54.61 | 51.43 | 9.85 | - |
| YUV | 183.22 | 51.69 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 48 | 0 | 0.28 | 0.81 | 0.03 | 38.89 | 0.93 | 0.58 |
| Hex | F7 | B1 | 30 | 0 | 1C | 51 | 3 | 27 | 5D | 3A |
| Octal | 367 | 261 | 60 | 0 | 34 | 121 | 3 | 47 | 135 | 72 |
| Binary | 11110111 | 10110001 | 110000 | 0 | 11100 | 1010001 | 11 | 100111 | 1011101 | 111010 |
Color Harmonies of #F7B130
Complementary color
Monochromatic Colors of #F7B130
Black with #F7B130
Text Example
Text Example
White with #F7B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B130; }
p { color: rgb(247,177,48); }
H1.HeaderClassName
{
color: #F7B130;
}
.AnyTagClassName
{
color: #F7B130;
}
</style>
background-color css
<style>
a { background-color: #F7B130; }
a { background-color: rgb(247,177,48); }
div.DivClassName
{
background-color: #F7B130;
}
.BgClassName
{
background-color: #F7B130;
}
</style>
border-color css
<style>
span { border-color: #F7B130; }
span { border-color: rgb(247,177,48); }
td.TdClassName
{
border-color: #F7B130;
}
.TagClassName
{
border-color: #F7B130;
}
</style>