Shades of Supernova #F7B932
Tints of Supernova #F7B932
RGB
CMYK
RGB Variations
Color information
#F7B932 (or 0xF7B932) is known color: Supernova. HEX triplet: F7, B9 and 32. RGB value is (247,185,50). Sum of RGB (Red+Green+Blue) = 247+185+50=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B932 is #0846CD. Grayscale: #BCBCBC. Windows color (decimal): -542414 or 3324407. OLE color: 3324407.
HSL color Cylindrical-coordinate representation of color #F7B932: hue angle of 41.12º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7B932 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.03 |
| HSL | 41.12º | 0.92% | 0.58% | - |
| HSV(B) | 41.12º | 0.8% | 0.97% | - |
| XYZ | 56.28 | 54.7 | 10.61 | - |
| YUV | 188.15 | 50.04 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 50 | 0 | 0.25 | 0.80 | 0.03 | 41.12 | 0.92 | 0.58 |
| Hex | F7 | B9 | 32 | 0 | 19 | 50 | 3 | 29 | 5C | 3A |
| Octal | 367 | 271 | 62 | 0 | 31 | 120 | 3 | 51 | 134 | 72 |
| Binary | 11110111 | 10111001 | 110010 | 0 | 11001 | 1010000 | 11 | 101001 | 1011100 | 111010 |
Color Harmonies of #F7B932
Complementary color
Monochromatic Colors of #F7B932
Black with #F7B932
Text Example
Text Example
White with #F7B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B932; }
p { color: rgb(247,185,50); }
H1.HeaderClassName
{
color: #F7B932;
}
.AnyTagClassName
{
color: #F7B932;
}
</style>
background-color css
<style>
a { background-color: #F7B932; }
a { background-color: rgb(247,185,50); }
div.DivClassName
{
background-color: #F7B932;
}
.BgClassName
{
background-color: #F7B932;
}
</style>
border-color css
<style>
span { border-color: #F7B932; }
span { border-color: rgb(247,185,50); }
td.TdClassName
{
border-color: #F7B932;
}
.TagClassName
{
border-color: #F7B932;
}
</style>