Shades of Supernova #F7B730
Tints of Supernova #F7B730
RGB
CMYK
RGB Variations
Color information
#F7B730 (or 0xF7B730) is known color: Supernova. HEX triplet: F7, B7 and 30. RGB value is (247,183,48). Sum of RGB (Red+Green+Blue) = 247+183+48=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B730 is #0848CF. Grayscale: #BBBBBB. Windows color (decimal): -542928 or 3192823. OLE color: 3192823.
HSL color Cylindrical-coordinate representation of color #F7B730: hue angle of 40.7º 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 #F7B730 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 48 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.03 |
| HSL | 40.7º | 0.93% | 0.58% | - |
| HSV(B) | 40.7º | 0.81% | 0.97% | - |
| XYZ | 55.82 | 53.85 | 10.25 | - |
| YUV | 186.75 | 49.7 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 48 | 0 | 0.26 | 0.81 | 0.03 | 40.7 | 0.93 | 0.58 |
| Hex | F7 | B7 | 30 | 0 | 1A | 51 | 3 | 29 | 5D | 3A |
| Octal | 367 | 267 | 60 | 0 | 32 | 121 | 3 | 51 | 135 | 72 |
| Binary | 11110111 | 10110111 | 110000 | 0 | 11010 | 1010001 | 11 | 101001 | 1011101 | 111010 |
Color Harmonies of #F7B730
Complementary color
Monochromatic Colors of #F7B730
Black with #F7B730
Text Example
Text Example
White with #F7B730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B730; }
p { color: rgb(247,183,48); }
H1.HeaderClassName
{
color: #F7B730;
}
.AnyTagClassName
{
color: #F7B730;
}
</style>
background-color css
<style>
a { background-color: #F7B730; }
a { background-color: rgb(247,183,48); }
div.DivClassName
{
background-color: #F7B730;
}
.BgClassName
{
background-color: #F7B730;
}
</style>
border-color css
<style>
span { border-color: #F7B730; }
span { border-color: rgb(247,183,48); }
td.TdClassName
{
border-color: #F7B730;
}
.TagClassName
{
border-color: #F7B730;
}
</style>