Shades of Supernova #F6B932
Tints of Supernova #F6B932
RGB
CMYK
RGB Variations
Color information
#F6B932 (or 0xF6B932) is known color: Supernova. HEX triplet: F6, B9 and 32. RGB value is (246,185,50). Sum of RGB (Red+Green+Blue) = 246+185+50=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B932 is #0946CD. Grayscale: #BCBCBC. Windows color (decimal): -607950 or 3324406. OLE color: 3324406.
HSL color Cylindrical-coordinate representation of color #F6B932: hue angle of 41.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6B932 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.04 |
| HSL | 41.33º | 0.92% | 0.58% | - |
| HSV(B) | 41.33º | 0.8% | 0.96% | - |
| XYZ | 55.93 | 54.52 | 10.59 | - |
| YUV | 187.85 | 50.21 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 50 | 0 | 0.25 | 0.80 | 0.04 | 41.33 | 0.92 | 0.58 |
| Hex | F6 | B9 | 32 | 0 | 19 | 50 | 4 | 29 | 5C | 3A |
| Octal | 366 | 271 | 62 | 0 | 31 | 120 | 4 | 51 | 134 | 72 |
| Binary | 11110110 | 10111001 | 110010 | 0 | 11001 | 1010000 | 100 | 101001 | 1011100 | 111010 |
Color Harmonies of #F6B932
Complementary color
Monochromatic Colors of #F6B932
Black with #F6B932
Text Example
Text Example
White with #F6B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B932; }
p { color: rgb(246,185,50); }
H1.HeaderClassName
{
color: #F6B932;
}
.AnyTagClassName
{
color: #F6B932;
}
</style>
background-color css
<style>
a { background-color: #F6B932; }
a { background-color: rgb(246,185,50); }
div.DivClassName
{
background-color: #F6B932;
}
.BgClassName
{
background-color: #F6B932;
}
</style>
border-color css
<style>
span { border-color: #F6B932; }
span { border-color: rgb(246,185,50); }
td.TdClassName
{
border-color: #F6B932;
}
.TagClassName
{
border-color: #F6B932;
}
</style>