Shades of Supernova #F7B330
Tints of Supernova #F7B330
RGB
CMYK
RGB Variations
Color information
#F7B330 (or 0xF7B330) is known color: Supernova. HEX triplet: F7, B3 and 30. RGB value is (247,179,48). Sum of RGB (Red+Green+Blue) = 247+179+48=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B330 is #084CCF. Grayscale: #B8B8B8. Windows color (decimal): -543952 or 3191799. OLE color: 3191799.
HSL color Cylindrical-coordinate representation of color #F7B330: hue angle of 39.5º 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 #F7B330 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 179 | 48 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.03 |
| HSL | 39.5º | 0.93% | 0.58% | - |
| HSV(B) | 39.5º | 0.81% | 0.97% | - |
| XYZ | 55.01 | 52.23 | 9.98 | - |
| YUV | 184.4 | 51.03 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 179 | 48 | 0 | 0.28 | 0.81 | 0.03 | 39.5 | 0.93 | 0.58 |
| Hex | F7 | B3 | 30 | 0 | 1C | 51 | 3 | 27 | 5D | 3A |
| Octal | 367 | 263 | 60 | 0 | 34 | 121 | 3 | 47 | 135 | 72 |
| Binary | 11110111 | 10110011 | 110000 | 0 | 11100 | 1010001 | 11 | 100111 | 1011101 | 111010 |
Color Harmonies of #F7B330
Complementary color
Monochromatic Colors of #F7B330
Black with #F7B330
Text Example
Text Example
White with #F7B330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B330; }
p { color: rgb(247,179,48); }
H1.HeaderClassName
{
color: #F7B330;
}
.AnyTagClassName
{
color: #F7B330;
}
</style>
background-color css
<style>
a { background-color: #F7B330; }
a { background-color: rgb(247,179,48); }
div.DivClassName
{
background-color: #F7B330;
}
.BgClassName
{
background-color: #F7B330;
}
</style>
border-color css
<style>
span { border-color: #F7B330; }
span { border-color: rgb(247,179,48); }
td.TdClassName
{
border-color: #F7B330;
}
.TagClassName
{
border-color: #F7B330;
}
</style>